diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-28 08:24:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-28 08:24:16 +0000 |
commit | 1300f45ba933ac80e3c1de58e16483178b890053 (patch) | |
tree | 4b2d1eabddeca3b093dea87088a7ea80e3a60d97 /llvm/lib/VMCore/LLVMContext.cpp | |
parent | f8d22fc77d299af81f1c438924c87d8f7fe87bc1 (diff) | |
download | bcm5719-llvm-1300f45ba933ac80e3c1de58e16483178b890053.tar.gz bcm5719-llvm-1300f45ba933ac80e3c1de58e16483178b890053.zip |
prune some #includes
llvm-svn: 92212
Diffstat (limited to 'llvm/lib/VMCore/LLVMContext.cpp')
-rw-r--r-- | llvm/lib/VMCore/LLVMContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/LLVMContext.cpp b/llvm/lib/VMCore/LLVMContext.cpp index 3b4a1a3a155..3e326050fca 100644 --- a/llvm/lib/VMCore/LLVMContext.cpp +++ b/llvm/lib/VMCore/LLVMContext.cpp @@ -19,7 +19,6 @@ #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/ValueHandle.h" #include "LLVMContextImpl.h" -#include <set> using namespace llvm; |