Salome HOME
Porting to Qt4.
[modules/geom.git] / src / GEOMGUI / GEOM_Displayer.h
index 878274ae41d5f4641c928b8b72f9f64180b48107..bfa7301c04bcb31ee46a063d9c5e56e2964e5bdb 100644 (file)
 
 #include "GEOM_GEOMGUI.hxx"
 
-#include "SALOME_Prs.h"
 #include "SALOME_InteractiveObject.hxx"
-#include "SALOME_ListIO.hxx"
+
+class SALOME_ListIO;
+class SALOME_View;
+class SALOME_Prs;
+class SALOME_OCCPrs;
+class SALOME_VTKPrs;
+class SALOME_OCCViewType;
+
 #include <TopoDS_Shape.hxx>
 #include <Quantity_Color.hxx>
 #include <LightApp_Displayer.h>