]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_menu_fog.cpp
Goodbye automake.
[flightgear.git] / src / FDM / UIUCModel / uiuc_menu_fog.cpp
index 4af9238be2b8e4ebe2afeca67601c6d3efb5958c..a8e7c395cea7e3369ec34ca8c3a5b133d2a4e40f 100644 (file)
 
 #include "uiuc_menu_fog.h"
 
-SG_USING_STD(cerr);
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cerr;
+using std::cout;
+using std::endl;
 
 #ifndef _MSC_VER
-SG_USING_STD(exit);
+using std::exit;
 #endif
 
 void parse_fog( const string& linetoken2, const string& linetoken3,