diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-10 15:43:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-10 15:43:30 +0000 |
commit | 6e65cda0ec32ad446e1405e21fef52107d996961 (patch) | |
tree | fc62493c9ad2bf6d2dad9ca3b97377b74123db05 /lib/Support/LeakDetector.cpp | |
parent | 3a8b0f00e6d23ae57fee93f7f2c18fe8e6b45c3c (diff) |
Remove extra #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3652 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/LeakDetector.cpp')
-rw-r--r-- | lib/Support/LeakDetector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/LeakDetector.cpp b/lib/Support/LeakDetector.cpp index 0d7b4bedf3..3dbd2e6e8d 100644 --- a/lib/Support/LeakDetector.cpp +++ b/lib/Support/LeakDetector.cpp @@ -7,7 +7,6 @@ #include "Support/LeakDetector.h" #include "llvm/Value.h" #include <set> -#include <iostream> // Lazily allocate set so that release build doesn't have to do anything. static std::set<const void*> *Objects = 0; |