]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/userdata.hxx
Merge branch 'maint' into next
[simgear.git] / simgear / scene / tgdb / userdata.hxx
index b487ddad329a7c8f8f0c0fb97e551608fbe1149e..e5a870e3ae4bc03604c2c80d72efa818b3e8ecea 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <osg/Node>
 
-#include <plib/sg.h>
-
-#include <osg/Referenced>
-#include <osg/Geometry>
-#include <osg/Group>
-
-SG_USING_STD(string);
-
-class SGMaterial;
 class SGMatModel;
-class SGMatModelGroup;
-class SGModelLib;
 class SGPropertyNode;
 
-
 /**
  * the application must call sgUserDataInit() and specify the
  * following values (needed by the model loader callback at draw time)