]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIStorm.cxx
Stuart Buchanan:
[flightgear.git] / src / AIModel / AIStorm.cxx
index 2a99b2c312000b6c29637df1c5dd8376746e8be4..fded8012d9ef85e4ed623c4bd0adb2cda146d860 100644 (file)
@@ -22,7 +22,6 @@
 #  include <config.h>
 #endif
 
-#include <simgear/math/point3d.hxx>
 #include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
 #include <Scenery/scenery.hxx>
@@ -31,7 +30,7 @@
 #include <cstdlib>
 #include <time.h>
 
-SG_USING_STD(string);
+using std::string;
 
 #include "AIStorm.hxx"