Salome HOME
refs #1327: debug of scaling operations
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ViewerDlg.h
index a638b06be9e40f3d84f8f6df89c15b81c108b3fd..da0b517676ee489e688d12f74254ab849bbb5a42 100644 (file)
 #define HYDROGUI_VIEWERDLG_H
 
 #include "HYDROGUI_InputPanel.h"
+#include <Standard_Handle.hxx>
 
-#include <AIS_Trihedron.hxx>
-#include <AIS_InteractiveContext.hxx>
-
+class AIS_Trihedron;
+class AIS_InteractiveContext;
 class QLabel;
-
 class SUIT_ViewWindow;
 class SUIT_SelectionMgr;
-
 class OCCViewer_Viewer;
 class OCCViewer_ViewManager;