Salome HOME
Migration to OCCT 7.0
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewModel.cxx
index 0fe1ac0a6402989b5e2b36456551caab066333b2..706d2320de9c6703aa53857b5ae343ee762a80b4 100755 (executable)
@@ -60,7 +60,6 @@
 #else
   #include <AIS_Drawer.hxx>
 #endif
-#include <AIS_ListOfInteractive.hxx>
 #include <AIS_ListIteratorOfListOfInteractive.hxx>
 
 #include <Graphic3d_Texture2Dmanual.hxx>
 #include <Prs3d_LineAspect.hxx>
 #include <Prs3d_TextAspect.hxx>
 
-#include <Visual3d_View.hxx>
-
 #include <V3d_DirectionalLight.hxx>
 #include <V3d_AmbientLight.hxx>
 
+#if OCC_VERSION_MAJOR < 7
+  #include <Visual3d_View.hxx>
+#endif
+
 /*!
   Get data for supported background modes: gradient types, identifiers and supported image formats
 */