]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/interpolater.hxx
canvas::Text: get maximum width (if displayed on a single line).
[simgear.git] / simgear / math / interpolater.hxx
index 0df566a92357d3e2d4357e475e0f38d0831c4d05..34dff6260cd39e2e3962ebe17001fcc142551cf7 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include "simgear/structure/SGReferenced.hxx"
+#include <simgear/structure/SGReferenced.hxx>
 
 #include <map>
-
 #include <string>
-using std::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 );
 
 
     /**