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 | 7c50c9bd63ff147ccf3499cfaa10b928618d7aa1 (patch) | |
tree | e538f179486f06112fe3d9addb40edafdcc7ba0c /llvm/lib/VMCore/LLVMContext.cpp | |
parent | aa3fb653493a87c4e0e2a2e663b9941cd350f827 (diff) | |
download | bcm5719-llvm-7c50c9bd63ff147ccf3499cfaa10b928618d7aa1.tar.gz bcm5719-llvm-7c50c9bd63ff147ccf3499cfaa10b928618d7aa1.zip |
Tidy #includes.
llvm-svn: 78677
Diffstat (limited to 'llvm/lib/VMCore/LLVMContext.cpp')
-rw-r--r-- | llvm/lib/VMCore/LLVMContext.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/LLVMContext.cpp b/llvm/lib/VMCore/LLVMContext.cpp index 3ca1b0afca4..56a429dd390 100644 --- a/llvm/lib/VMCore/LLVMContext.cpp +++ b/llvm/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; |