[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h
Bill Wendling
isanbard at gmail.com
Thu Dec 7 12:28:41 PST 2006
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 {
More information about the llvm-commits
mailing list