]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIStatic.cxx
Improve timing statistics
[flightgear.git] / src / AIModel / AIStatic.cxx
index a480e2eeedf5517468b57ebf267b3b0efc502b4d..83be7c8d60ded55d3d1e58ed90907dd261dcc927 100644 (file)
 #  include <config.h>
 #endif
 
-#include <simgear/math/point3d.hxx>
 #include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
 #include <Scenery/scenery.hxx>
 #include <string>
 #include <math.h>
 
-SG_USING_STD(string);
+using std::string;
 
 #include "AIStatic.hxx"