]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/model_panel.hxx
Move viewer-related sources to separate folder.
[flightgear.git] / src / Model / model_panel.hxx
index 2ee67051a45803535302a54d519e3d18dc21669c..301f770c8c4536cb513cc197cfd02a30b1d2c429 100644 (file)
@@ -14,7 +14,6 @@
 
 using std::vector;
 
-#include <simgear/math/point3d.hxx>
 #include <simgear/props/props.hxx>
 
 
@@ -46,7 +45,7 @@ class FGLocation;
  * Subsystems should not normally invoke this function directly;
  * instead, they should use the SGModelLoader declared in loader.hxx.
  */
-osg::Node *fgLoad3DModelPanel( const string &path, SGPropertyNode *prop_root);
+osg::Node *fgLoad3DModelPanel( const std::string &path, SGPropertyNode *prop_root);
 
 
 #endif // __MODEL_HXX