[llvm-commits] CVS: reopt/lib/BinInterface/LLVMTrace.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jul 21 13:53:38 PDT 2004



Changes in directory reopt/lib/BinInterface:

LLVMTrace.cpp updated: 1.6 -> 1.7

---
Log message:

We don't need to include <iostream> after already including Support/Debug.h.


---
Diffs of the changes:  (+0 -1)

Index: reopt/lib/BinInterface/LLVMTrace.cpp
diff -u reopt/lib/BinInterface/LLVMTrace.cpp:1.6 reopt/lib/BinInterface/LLVMTrace.cpp:1.7
--- reopt/lib/BinInterface/LLVMTrace.cpp:1.6	Sat May 15 23:58:06 2004
+++ reopt/lib/BinInterface/LLVMTrace.cpp	Wed Jul 21 15:53:28 2004
@@ -14,7 +14,6 @@
 #include "llvm/BasicBlock.h"
 #include "llvm/iPHINode.h"
 #include "Support/Debug.h"
-#include <iostream>
 
 using namespace llvm;
 





More information about the llvm-commits mailing list