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 | c099f1a0c58098d0ce490d2ce120cb129df24ec3 (patch) | |
| tree | 6e28c8331a9e20cf39ceab95e0fa9d595c821b63 /llvm/lib/VMCore/Value.cpp | |
| parent | 9f3a643bade99116602559f41e7d6400e3399246 (diff) | |
| download | bcm5719-llvm-c099f1a0c58098d0ce490d2ce120cb129df24ec3.tar.gz bcm5719-llvm-c099f1a0c58098d0ce490d2ce120cb129df24ec3.zip | |
Remove unnecessary include.
llvm-svn: 84336
Diffstat (limited to 'llvm/lib/VMCore/Value.cpp')
| -rw-r--r-- | llvm/lib/VMCore/Value.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp index ba72af635cd..35ec9bef912 100644 --- a/llvm/lib/VMCore/Value.cpp +++ b/llvm/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" |

