aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Value.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-17 18:11:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-17 18:11:57 +0000
commitbd35458c807abf6a887ee7983639d2ebe5a9736b (patch)
treeb4f919b770f7bd411ac0810edfbb944909e11142 /lib/VMCore/Value.cpp
parentaa127ee919bdff5f6363818a10fe7db8d70e0780 (diff)
downloadexternal_llvm-bd35458c807abf6a887ee7983639d2ebe5a9736b.zip
external_llvm-bd35458c807abf6a887ee7983639d2ebe5a9736b.tar.gz
external_llvm-bd35458c807abf6a887ee7983639d2ebe5a9736b.tar.bz2
Remove unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Value.cpp')
-rw-r--r--lib/VMCore/Value.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp
index ba72af6..35ec9be 100644
--- a/lib/VMCore/Value.cpp
+++ b/lib/VMCore/Value.cpp
@@ -27,7 +27,6 @@
#include "llvm/Support/LeakDetector.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/ValueHandle.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/System/RWMutex.h"
#include "llvm/System/Threading.h"
#include "llvm/ADT/DenseMap.h"