]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIThermal.cxx
assign a unique module name to ai/mp embedded nasal (again): __model%u
[flightgear.git] / src / AIModel / AIThermal.cxx
index d01421c734c9c2fea76b67baf09239f0ee3ec7d6..e9ad927a137e24fc4aedb4fda5364d63e9200dc1 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 "AIThermal.hxx"