]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_warnings_errors.h
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.h
index a2f18422c0bc06360eb2a7bfe2fb1904ce626165..275c19d219a593fa2a45dab695f78c4edee7b024 100644 (file)
@@ -1,14 +1,12 @@
 #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 STL_IOSTREAM
 
-FG_USING_STD(string);
-FG_USING_STD(iostream);
+SG_USING_STD(string);
 
 void uiuc_warnings_errors(int errorCode, string line);