]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_parsefile.h
Make yasim accept the launchbar and hook properties. They are not tied to anything...
[flightgear.git] / src / FDM / UIUCModel / uiuc_parsefile.h
index 2b5ac90bf9853474bf701545de3b3ebc1beebf1e..01793842158b6b6b66fad4a6533d5dc3a5fb647c 100644 (file)
@@ -10,9 +10,7 @@
 SG_USING_STD(list);
 SG_USING_STD(string);
 SG_USING_STD(getline);
-#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(ifstream);
-#endif
 
 #define DELIMITERS " \t"
 #define COMMENT "#"