]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_warnings_errors.h
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.h
index a2f18422c0bc06360eb2a7bfe2fb1904ce626165..62640bb4721d4d8375eab6762c968fcbd83b7b45 100644 (file)
@@ -1,15 +1,11 @@
 #ifndef _WARNINGS_ERRORS_H_
 #define _WARNINGS_ERRORS_H_
 
-#include <simgear/compiler.h>  /* for FG_USING_STD */
+#include <simgear/compiler.h>
 
 #include <string>
-#include <iostream>
-#include <stdlib.h>            /* for exit */
+#include <cstdlib>
 
-FG_USING_STD(string);
-FG_USING_STD(iostream);
-
-void uiuc_warnings_errors(int errorCode, string line);
+void uiuc_warnings_errors(int errorCode, std::string line);
 
 #endif  //_WARNINGS_ERRORS_H_