]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_parsefile.h
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_parsefile.h
index 2b5ac90bf9853474bf701545de3b3ebc1beebf1e..f39b8c6c0bde91decc710428f840c651bdee0512 100644 (file)
@@ -5,14 +5,12 @@
 
 #include <string>
 #include <list>
-#include STL_FSTREAM
-
-SG_USING_STD(list);
-SG_USING_STD(string);
-SG_USING_STD(getline);
-#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
-SG_USING_STD(ifstream);
-#endif
+#include <fstream>
+
+using std::list;
+using std::string;
+using std::getline;
+using std::ifstream;
 
 #define DELIMITERS " \t"
 #define COMMENT "#"