diff options
author | Brad King <brad.king@kitware.com> | 2004-08-31 12:25:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-08-31 12:25:58 (GMT) |
commit | a0f48a0592bc31043317f9c9344abc874c7f1c72 (patch) | |
tree | c78f4c56346f6302ddfa8c4e80303fd68208df33 /Source/kwsys/kwsys_ios_iosfwd.h.in | |
parent | 3e2e0d5d6384cd0eb84c6fb7bb3059497159446d (diff) | |
download | CMake-a0f48a0592bc31043317f9c9344abc874c7f1c72.zip CMake-a0f48a0592bc31043317f9c9344abc874c7f1c72.tar.gz CMake-a0f48a0592bc31043317f9c9344abc874c7f1c72.tar.bz2 |
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.
Diffstat (limited to 'Source/kwsys/kwsys_ios_iosfwd.h.in')
-rw-r--r-- | Source/kwsys/kwsys_ios_iosfwd.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 <iosfwd> -# include <fstream> #else class fstream; class ifstream; |