This only needs <iosfwd> not <iostream>

llvm-svn: 25517
This commit is contained in:
Chris Lattner 2006-01-22 23:43:45 +00:00
parent 01a325ed68
commit 26aae65f6e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#ifndef LLVM_ADT_STATISTIC_H
#define LLVM_ADT_STATISTIC_H
#include <iostream>
#include <iosfwd>
namespace llvm {