diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-22 22:54:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-22 22:54:51 +0000 |
commit | e01a9852a012db69ac641cc65f48d61a1eb10453 (patch) | |
tree | 7eae3db451997ff1c6cc29b6a7847fbb2215d1c1 /include/llvm/Support/Debug.h | |
parent | e31a9ccb9c7568e6f185f667b53c274c0be9e603 (diff) |
This header should not pull in <iostream>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Debug.h')
-rw-r--r-- | include/llvm/Support/Debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h index dc2c288873..472364ba2f 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 <iostream> - namespace llvm { // DebugFlag - This boolean is set to true if the '-debug' command line option |