0030675: Visualization - remove redundant proxy classes in hierarchy of PrsMgr_Presen...
[occt.git] / src / PrsMgr / PrsMgr_PresentationManager.hxx
index 70a8dd2..ae94609 100644 (file)
 #include <Standard_Integer.hxx>
 #include <Standard_Type.hxx>
 
+class Graphic3d_Structure;
+typedef Graphic3d_Structure Prs3d_Presentation;
+
 class Geom_Transformation;
 class Prs3d_Drawer;
-class Prs3d_Presentation;
-class PrsMgr_PresentableObject;
 class PrsMgr_Presentation;
+class PrsMgr_PresentableObject;
 class Standard_NoSuchObject;
 class V3d_Viewer;