[llvm-commits] CVS: llvm/lib/Support/LeakDetector.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 10 10:44:02 PDT 2002


Changes in directory llvm/lib/Support:

LeakDetector.cpp updated: 1.1 -> 1.2

---
Log message:

Remove extra #include


---
Diffs of the changes:

Index: llvm/lib/Support/LeakDetector.cpp
diff -u llvm/lib/Support/LeakDetector.cpp:1.1 llvm/lib/Support/LeakDetector.cpp:1.2
--- llvm/lib/Support/LeakDetector.cpp:1.1	Sun Sep  8 13:51:16 2002
+++ llvm/lib/Support/LeakDetector.cpp	Tue Sep 10 10:43:30 2002
@@ -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;





More information about the llvm-commits mailing list