summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Casting.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-07 18:14:29 +0000
committerDan Gohman <gohman@apple.com>2008-07-07 18:14:29 +0000
commite4706a0b51cbb6ba74844dd70a51a5fea0d2c336 (patch)
tree1f217c22f5368908e4dfef26b5376e6edaded0cd /include/llvm/Support/Casting.h
parentd24c62c67e674a856af25a93846619b4f0d3e234 (diff)
downloadllvm-e4706a0b51cbb6ba74844dd70a51a5fea0d2c336.tar.gz
llvm-e4706a0b51cbb6ba74844dd70a51a5fea0d2c336.tar.bz2
llvm-e4706a0b51cbb6ba74844dd70a51a5fea0d2c336.tar.xz
Remove uses of "llvm/Support/Debug.h" from LLVM include files, which
all happened be unnecessary. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Casting.h')
-rw-r--r--include/llvm/Support/Casting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Casting.h b/include/llvm/Support/Casting.h
index 61b91343cb..48988f8a6b 100644
--- a/include/llvm/Support/Casting.h
+++ b/include/llvm/Support/Casting.h
@@ -235,7 +235,7 @@ inline typename cast_retty<X, Y>::ret_type dyn_cast_or_null(const Y &Val) {
#ifdef DEBUG_CAST_OPERATORS
-#include "llvm/Support/Debug.h"
+#include "llvm/Support/Streams.h"
struct bar {
bar() {}