diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-11 16:02:12 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-11 16:02:12 +0000 |
commit | ffef8acc3e3398bdd04e947c7949befdd52faf86 (patch) | |
tree | afd08e771a7be122109680bdae158b2009de3d48 /lib/VMCore/LLVMContext.cpp | |
parent | 3108222c2cb3e61097396274b1c3ae0a86625975 (diff) | |
download | external_llvm-ffef8acc3e3398bdd04e947c7949befdd52faf86.zip external_llvm-ffef8acc3e3398bdd04e947c7949befdd52faf86.tar.gz external_llvm-ffef8acc3e3398bdd04e947c7949befdd52faf86.tar.bz2 |
Tidy #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContext.cpp')
-rw-r--r-- | lib/VMCore/LLVMContext.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp index 3ca1b0a..56a429d 100644 --- a/lib/VMCore/LLVMContext.cpp +++ b/lib/VMCore/LLVMContext.cpp @@ -14,12 +14,9 @@ #include "llvm/LLVMContext.h" #include "llvm/Constants.h" -#include "llvm/DerivedTypes.h" #include "llvm/Instruction.h" -#include "llvm/Metadata.h" #include "llvm/Support/ManagedStatic.h" #include "LLVMContextImpl.h" -#include <cstdarg> #include <set> using namespace llvm; |