0030675: Visualization - remove redundant proxy classes in hierarchy of PrsMgr_Presen...
[occt.git] / src / DsgPrs / DsgPrs_ParalPresentation.hxx
index d781f22..bfbf9ef 100644 (file)
 #ifndef _DsgPrs_ParalPresentation_HeaderFile
 #define _DsgPrs_ParalPresentation_HeaderFile
 
-#include <Standard.hxx>
-#include <Standard_DefineAlloc.hxx>
-#include <Standard_Handle.hxx>
-
 #include <Prs3d_Drawer.hxx>
 #include <DsgPrs_ArrowSide.hxx>
-class Prs3d_Presentation;
+#include <Prs3d_Presentation.hxx>
+
 class TCollection_ExtendedString;
 class gp_Pnt;
 class gp_Dir;
 
-
 //! A framework to define display of relations of parallelism between shapes.
 class DsgPrs_ParalPresentation 
 {