From e4706a0b51cbb6ba74844dd70a51a5fea0d2c336 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 7 Jul 2008 18:14:29 +0000 Subject: 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 --- include/llvm/Support/Casting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Support/Casting.h') 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::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() {} -- cgit v1.2.3-18-g5258