This only needs <iosfwd> not <iostream>
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jan 2006 23:43:45 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jan 2006 23:43:45 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25517 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/Statistic.h

index 15ba9107d9ba0d9f5af0ff799eadacb9bb303714..69406ac385b01cec4c8266711f95d8d33f73c6cb 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef LLVM_ADT_STATISTIC_H
 #define LLVM_ADT_STATISTIC_H
 
-#include <iostream>
+#include <iosfwd>
 
 namespace llvm {