[llvm-commits] CVS: llvm/include/llvm/ADT/Statistic.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 22 15:43:56 PST 2006
Changes in directory llvm/include/llvm/ADT:
Statistic.h updated: 1.14 -> 1.15
---
Log message:
This only needs <iosfwd> not <iostream>
---
Diffs of the changes: (+1 -1)
Statistic.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/Statistic.h
diff -u llvm/include/llvm/ADT/Statistic.h:1.14 llvm/include/llvm/ADT/Statistic.h:1.15
--- llvm/include/llvm/ADT/Statistic.h:1.14 Thu Apr 21 15:13:50 2005
+++ llvm/include/llvm/ADT/Statistic.h Sun Jan 22 17:43:45 2006
@@ -24,7 +24,7 @@
#ifndef LLVM_ADT_STATISTIC_H
#define LLVM_ADT_STATISTIC_H
-#include <iostream>
+#include <iosfwd>
namespace llvm {
More information about the llvm-commits
mailing list