From e01a9852a012db69ac641cc65f48d61a1eb10453 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Jan 2006 22:54:51 +0000 Subject: [PATCH] This header should not pull in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25511 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Debug.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h index dc2c2888736..472364ba2fa 100644 --- a/include/llvm/Support/Debug.h +++ b/include/llvm/Support/Debug.h @@ -26,9 +26,6 @@ #ifndef LLVM_SUPPORT_DEBUG_H #define LLVM_SUPPORT_DEBUG_H -// Unsurprisingly, most users of this macro use std::cerr too. -#include - namespace llvm { // DebugFlag - This boolean is set to true if the '-debug' command line option