Remove extra #include
authorChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 15:43:30 +0000 (15:43 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 15:43:30 +0000 (15:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3652 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/LeakDetector.cpp
lib/VMCore/LeakDetector.cpp
support/lib/Support/LeakDetector.cpp

index 0d7b4bedf3d51648ba9ebd05c006a7d0326b0bfc..3dbd2e6e8d27876f2941535fa854c33492c1b158 100644 (file)
@@ -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;
index 0d7b4bedf3d51648ba9ebd05c006a7d0326b0bfc..3dbd2e6e8d27876f2941535fa854c33492c1b158 100644 (file)
@@ -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;
index 0d7b4bedf3d51648ba9ebd05c006a7d0326b0bfc..3dbd2e6e8d27876f2941535fa854c33492c1b158 100644 (file)
@@ -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;