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 { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits