]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
//#include <ToolsGUI.h> (Windows compilation)
authorsln <sln@opencascade.com>
Mon, 31 Oct 2005 14:04:55 +0000 (14:04 +0000)
committersln <sln@opencascade.com>
Mon, 31 Oct 2005 14:04:55 +0000 (14:04 +0000)
src/SVTK/SVTK_ViewModel.cxx

index 02bdb6d647ad8cf3a1fd1583e28d4c7e6ae9ae1c..c4e69cee1f7817ec170d132f785c56216a013f27 100644 (file)
@@ -5,20 +5,20 @@
 #include <vtkRenderer.h>
 #include <vtkActorCollection.h>
 
-#include "SUIT_Session.h"
+#include <SUIT_Session.h>
 
-#include "SVTK_Selection.h"
-#include "SVTK_ViewModel.h"
-#include "SVTK_ViewWindow.h"
-#include "SVTK_Prs.h"
+#include <SVTK_Selection.h>
+#include <SVTK_ViewModel.h>
+#include <SVTK_ViewWindow.h>
+#include <SVTK_Prs.h>
 
-#include "SVTK_RenderWindowInteractor.h"
-#include "SVTK_RenderWindow.h"
+#include <SVTK_RenderWindowInteractor.h>
+#include <SVTK_RenderWindow.h>
 
-#include "ToolsGUI.h"
+//#include <ToolsGUI.h>
 
-#include "SALOME_Actor.h"
-#include "SALOME_InteractiveObject.hxx"
+#include <SALOME_Actor.h>
+#include <SALOME_InteractiveObject.hxx>
 
 // Temporarily commented to avoid awful dependecy on SALOMEDS
 // TODO: better mechanism of storing display/erse status in a study