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 201586783d
commit b1b6b1d541

View File

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