]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
minor code clearing
authorasl <asl@opencascade.com>
Thu, 28 Sep 2017 13:13:40 +0000 (16:13 +0300)
committerasl <asl@opencascade.com>
Thu, 28 Sep 2017 13:13:40 +0000 (16:13 +0300)
src/HYDROGUI/HYDROGUI_ProfileInterpolateDlg.h
src/HYDROGUI/HYDROGUI_ViewerDlg.h

index e73b9d6e1977e5263e0a2488a244f77eaae7c85b..12d52ff92f11a939835f625130dc8b40c74cb196 100644 (file)
 #define HYDROGUI_PROFILEINTERPOLATEDLG_H
 
 #include "HYDROGUI_ViewerDlg.h"
-
 #include "HYDROGUI_ObjComboBox.h"
-
-#include <AIS_InteractiveContext.hxx>
-
 #include <QSet>
 
 class QSpinBox;
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;