diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-10-17 18:11:57 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-17 18:11:57 +0000 |
commit | 4e34a3912ad5c1a4f82c18bffa98898d5a4ea4c4 (patch) | |
tree | b4f919b770f7bd411ac0810edfbb944909e11142 | |
parent | afc158780089a3d9c1bfe78de77855dfdd901bd0 (diff) |
Remove unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84336 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/Value.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index ba72af635c..35ec9bef91 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" |