From a0f48a0592bc31043317f9c9344abc874c7f1c72 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 31 Aug 2004 08:25:58 -0400 Subject: ERR: Removed inclusion of fstream header. This file is meant as a compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means. --- Source/kwsys/kwsys_ios_iosfwd.h.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/kwsys/kwsys_ios_iosfwd.h.in b/Source/kwsys/kwsys_ios_iosfwd.h.in index 1df5c72..9882485 100644 --- a/Source/kwsys/kwsys_ios_iosfwd.h.in +++ b/Source/kwsys/kwsys_ios_iosfwd.h.in @@ -23,7 +23,6 @@ #if @KWSYS_NAMESPACE@_IOS_USE_ANSI # include -# include #else class fstream; class ifstream; -- cgit v0.12