aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-23 11:37:21 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-23 11:37:21 +0000
commit0588d2da0980b653e2862e8742e0fa7923b9f170 (patch)
tree3b2d0a185a206d9340c40ca55c8d65386ae7e07b /lib/Support
parent13cb441d7c9d404bdc84f28f076014ff2856bcd2 (diff)
downloadexternal_llvm-0588d2da0980b653e2862e8742e0fa7923b9f170.tar.gz
external_llvm-0588d2da0980b653e2862e8742e0fa7923b9f170.tar.bz2
external_llvm-0588d2da0980b653e2862e8742e0fa7923b9f170.zip
Kill off more cerr/cout uses and prune includes a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/StringPool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/StringPool.cpp b/lib/Support/StringPool.cpp
index 735472e26a..1ee917f119 100644
--- a/lib/Support/StringPool.cpp
+++ b/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;