summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Statistic.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-22 23:43:45 +0000
committerChris Lattner <sabre@nondot.org>2006-01-22 23:43:45 +0000
commit1dc3fd11101903fbcbdc3d69cf92d5db59389ff1 (patch)
tree6beae804efa7cbfe3c994a64bfd821f38da4aa9b /include/llvm/ADT/Statistic.h
parentca26180d393c40c3b84283329f78e90be4b4e27a (diff)
downloadllvm-1dc3fd11101903fbcbdc3d69cf92d5db59389ff1.tar.gz
llvm-1dc3fd11101903fbcbdc3d69cf92d5db59389ff1.tar.bz2
llvm-1dc3fd11101903fbcbdc3d69cf92d5db59389ff1.tar.xz
This only needs <iosfwd> not <iostream>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/Statistic.h')
-rw-r--r--include/llvm/ADT/Statistic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/Statistic.h b/include/llvm/ADT/Statistic.h
index 15ba9107d9..69406ac385 100644
--- a/include/llvm/ADT/Statistic.h
+++ b/include/llvm/ADT/Statistic.h
@@ -24,7 +24,7 @@
#ifndef LLVM_ADT_STATISTIC_H
#define LLVM_ADT_STATISTIC_H
-#include <iostream>
+#include <iosfwd>
namespace llvm {