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.

This commit is contained in:
Brad King 2004-08-31 08:25:58 -04:00
parent 3e2e0d5d63
commit a0f48a0592

View File

@ -23,7 +23,6 @@
#if @KWSYS_NAMESPACE@_IOS_USE_ANSI
# include <iosfwd>
# include <fstream>
#else
class fstream;
class ifstream;