summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/LLVMContext.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-11 16:02:12 +0000
committerDan Gohman <gohman@apple.com>2009-08-11 16:02:12 +0000
commit7c50c9bd63ff147ccf3499cfaa10b928618d7aa1 (patch)
treee538f179486f06112fe3d9addb40edafdcc7ba0c /llvm/lib/VMCore/LLVMContext.cpp
parentaa3fb653493a87c4e0e2a2e663b9941cd350f827 (diff)
downloadbcm5719-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.cpp3
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;
OpenPOWER on IntegriCloud