aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Program.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-29 19:52:31 +0000
committerDan Gohman <gohman@apple.com>2008-05-29 19:52:31 +0000
commit5cafec8d9e112719995b5dd55656c3eb9f3052a2 (patch)
treeb84158d384b79ae4588a97757781b1f30a0c8333 /include/llvm/System/Program.h
parent42d311cef64ad01eec4e45967dbed33c8aea6b04 (diff)
downloadexternal_llvm-5cafec8d9e112719995b5dd55656c3eb9f3052a2.zip
external_llvm-5cafec8d9e112719995b5dd55656c3eb9f3052a2.tar.gz
external_llvm-5cafec8d9e112719995b5dd55656c3eb9f3052a2.tar.bz2
Prune and tidy #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System/Program.h')
-rw-r--r--include/llvm/System/Program.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index 3e9a1f2..ecb909c 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@ -15,7 +15,6 @@
#define LLVM_SYSTEM_PROGRAM_H
#include "llvm/System/Path.h"
-#include <vector>
namespace llvm {
namespace sys {