]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/interpolater.hxx
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / math / interpolater.hxx
index 797ddf4fcb3079bbc9b14053e830a436a4e1b1e3..34dff6260cd39e2e3962ebe17001fcc142551cf7 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include "simgear/structure/SGReferenced.hxx"
+#include <simgear/structure/SGReferenced.hxx>
 
 #include <map>
-
-#include STL_STRING
-SG_USING_STD(string);
+#include <string>
 
 class SGPropertyNode;
 
@@ -69,7 +67,7 @@ public:
      * Constructor. Loads the interpolation table from the specified file.
      * @param file name of interpolation file
      */
-    SGInterpTable( const string& file );
+    SGInterpTable( const std::string& file );
 
 
     /**