Remove unnecessary include.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 18:11:57 +0000 (18:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 18:11:57 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84336 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Value.cpp

index ba72af635cdcb5fa8154431ac25619fecab70afd..35ec9bef9125c7dee12386c03ee61e8a5304b1a8 100644 (file)
@@ -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"