[llvm-commits] CVS: llvm/include/llvm/Support/Streams.h

Bill Wendling isanbard at gmail.com
Thu Dec 7 15:42:11 PST 2006



Changes in directory llvm/include/llvm/Support:

Streams.h updated: 1.5 -> 1.6
---
Log message:

Don't use <sstream> in Streams.h but <iosfwd> instead.


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

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


Index: llvm/include/llvm/Support/Streams.h
diff -u llvm/include/llvm/Support/Streams.h:1.5 llvm/include/llvm/Support/Streams.h:1.6
--- llvm/include/llvm/Support/Streams.h:1.5	Wed Dec  6 19:30:31 2006
+++ llvm/include/llvm/Support/Streams.h	Thu Dec  7 17:41:45 2006
@@ -15,7 +15,7 @@
 #ifndef LLVM_SUPPORT_STREAMS_H
 #define LLVM_SUPPORT_STREAMS_H
 
-#include <sstream>
+#include <iosfwd>
 
 namespace llvm {
 






More information about the llvm-commits mailing list