Changes in directory llvm/include/llvm/CodeGen:

DwarfWriter.h updated: 1.42 -> 1.43
---
Log message:

Removed more <iostream> includes


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

 DwarfWriter.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/DwarfWriter.h
diff -u llvm/include/llvm/CodeGen/DwarfWriter.h:1.42 
llvm/include/llvm/CodeGen/DwarfWriter.h:1.43
--- llvm/include/llvm/CodeGen/DwarfWriter.h:1.42        Mon Oct 30 07:35:06 2006
+++ llvm/include/llvm/CodeGen/DwarfWriter.h     Thu Dec  7 14:28:15 2006
@@ -20,7 +20,7 @@
 #ifndef LLVM_CODEGEN_DWARFWRITER_H
 #define LLVM_CODEGEN_DWARFWRITER_H
 
-#include <iostream>
+#include <iosfwd>
 
 namespace llvm {
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to