X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FUIUCModel%2Fuiuc_parsefile.h;h=f39b8c6c0bde91decc710428f840c651bdee0512;hb=70b4f38ebccbafea664ed2310eaf990bd2b9edd8;hp=9862852bb90411598e2c2db94afb61e1220d8940;hpb=d423fa9337c76b033ef1be8d2321e8c7c44b7ed6;p=flightgear.git diff --git a/src/FDM/UIUCModel/uiuc_parsefile.h b/src/FDM/UIUCModel/uiuc_parsefile.h index 9862852bb..f39b8c6c0 100644 --- a/src/FDM/UIUCModel/uiuc_parsefile.h +++ b/src/FDM/UIUCModel/uiuc_parsefile.h @@ -7,18 +7,15 @@ #include #include -FG_USING_STD(string); -FG_USING_STD(list); -#if defined ( MACOS ) || defined ( _MSC_VER ) -FG_USING_STD(ifstream); -FG_USING_STD(iostream); -FG_USING_STD(endl); -#endif +using std::list; +using std::string; +using std::getline; +using std::ifstream; #define DELIMITERS " \t" #define COMMENT "#" -#define MAXLINE 200 // Max size of the line of the input file +#define MAXLINE 400 // Max size of the line of the input file typedef list stack; //list to contain the input file "command_lines"