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 | |
| parent | aa3fb653493a87c4e0e2a2e663b9941cd350f827 (diff) | |
| download | bcm5719-llvm-7c50c9bd63ff147ccf3499cfaa10b928618d7aa1.tar.gz bcm5719-llvm-7c50c9bd63ff147ccf3499cfaa10b928618d7aa1.zip | |
Tidy #includes.
llvm-svn: 78677
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/BasicBlock.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/VMCore/LLVMContext.cpp | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp index d7ff3bc8cf5..5741cbc3db6 100644 --- a/llvm/lib/VMCore/BasicBlock.cpp +++ b/llvm/lib/VMCore/BasicBlock.cpp @@ -19,7 +19,6 @@ #include "llvm/ADT/STLExtras.h" #include "llvm/Support/CFG.h" #include "llvm/Support/LeakDetector.h" -#include "llvm/Support/Compiler.h" #include "SymbolTableListTraitsImpl.h" #include <algorithm> using namespace llvm; 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; |

