]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_warnings_errors.h
Make yasim accept the launchbar and hook properties. They are not tied to anything...
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.h
index a2f18422c0bc06360eb2a7bfe2fb1904ce626165..e19d13f95ba766a81b94228aab5e34aa390a4ccf 100644 (file)
@@ -1,14 +1,13 @@
 #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>
+#include STL_IOSTREAM
 
-FG_USING_STD(string);
-FG_USING_STD(iostream);
+SG_USING_STD(string);
 
 void uiuc_warnings_errors(int errorCode, string line);