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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jul 21 13:50:43 PDT 2004



Changes in directory llvm/lib/Support:

ToolRunner.cpp updated: 1.27 -> 1.28

---
Log message:

These files don't need to include <iostream> since they include "Support/Debug.h".


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

Index: llvm/lib/Support/ToolRunner.cpp
diff -u llvm/lib/Support/ToolRunner.cpp:1.27 llvm/lib/Support/ToolRunner.cpp:1.28
--- llvm/lib/Support/ToolRunner.cpp:1.27	Mon Jul 19 01:03:51 2004
+++ llvm/lib/Support/ToolRunner.cpp	Wed Jul 21 15:50:33 2004
@@ -16,7 +16,6 @@
 #include "Config/config.h"   // for HAVE_LINK_R
 #include "Support/Debug.h"
 #include "Support/FileUtilities.h"
-#include <iostream>
 #include <fstream>
 #include <sstream>
 using namespace llvm;





More information about the llvm-commits mailing list