summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Metadata.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-28 08:24:16 +0000
committerChris Lattner <sabre@nondot.org>2009-12-28 08:24:16 +0000
commit1300f45ba933ac80e3c1de58e16483178b890053 (patch)
tree4b2d1eabddeca3b093dea87088a7ea80e3a60d97 /llvm/lib/VMCore/Metadata.cpp
parentf8d22fc77d299af81f1c438924c87d8f7fe87bc1 (diff)
downloadbcm5719-llvm-1300f45ba933ac80e3c1de58e16483178b890053.tar.gz
bcm5719-llvm-1300f45ba933ac80e3c1de58e16483178b890053.zip
prune some #includes
llvm-svn: 92212
Diffstat (limited to 'llvm/lib/VMCore/Metadata.cpp')
-rw-r--r--llvm/lib/VMCore/Metadata.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Metadata.cpp b/llvm/lib/VMCore/Metadata.cpp
index 08433a17638..f1361c4fe38 100644
--- a/llvm/lib/VMCore/Metadata.cpp
+++ b/llvm/lib/VMCore/Metadata.cpp
@@ -11,14 +11,15 @@
//
//===----------------------------------------------------------------------===//
-#include "LLVMContextImpl.h"
#include "llvm/Metadata.h"
+#include "LLVMContextImpl.h"
#include "llvm/LLVMContext.h"
#include "llvm/Module.h"
#include "llvm/Instruction.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "SymbolTableListTraitsImpl.h"
+#include "llvm/Support/ValueHandle.h"
using namespace llvm;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud