diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-23 11:37:21 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-23 11:37:21 +0000 |
commit | 1a25d733f901fd26b52780ac55081bb2129808f0 (patch) | |
tree | 28cc7c8ec04483e6a9fd3fe06098be811ed1f086 /llvm/lib/Support/StringPool.cpp | |
parent | 2982196fca92425c51cdfb0ceaa5b2c685d97b77 (diff) | |
download | bcm5719-llvm-1a25d733f901fd26b52780ac55081bb2129808f0.tar.gz bcm5719-llvm-1a25d733f901fd26b52780ac55081bb2129808f0.zip |
Kill off more cerr/cout uses and prune includes a bit.
llvm-svn: 79852
Diffstat (limited to 'llvm/lib/Support/StringPool.cpp')
-rw-r--r-- | llvm/lib/Support/StringPool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/StringPool.cpp b/llvm/lib/Support/StringPool.cpp index 735472e26a5..1ee917f119f 100644 --- a/llvm/lib/Support/StringPool.cpp +++ b/llvm/lib/Support/StringPool.cpp @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/StringPool.h" -#include "llvm/Support/Streams.h" #include "llvm/ADT/StringRef.h" using namespace llvm; |