From 686208eab66de9f5042cbc271774114f7d6df880 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 28 Sep 2017 16:13:40 +0300 Subject: [PATCH] minor code clearing --- src/HYDROGUI/HYDROGUI_ProfileInterpolateDlg.h | 4 ---- src/HYDROGUI/HYDROGUI_ViewerDlg.h | 8 +++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/HYDROGUI/HYDROGUI_ProfileInterpolateDlg.h b/src/HYDROGUI/HYDROGUI_ProfileInterpolateDlg.h index e73b9d6e..12d52ff9 100644 --- a/src/HYDROGUI/HYDROGUI_ProfileInterpolateDlg.h +++ b/src/HYDROGUI/HYDROGUI_ProfileInterpolateDlg.h @@ -20,11 +20,7 @@ #define HYDROGUI_PROFILEINTERPOLATEDLG_H #include "HYDROGUI_ViewerDlg.h" - #include "HYDROGUI_ObjComboBox.h" - -#include - #include class QSpinBox; diff --git a/src/HYDROGUI/HYDROGUI_ViewerDlg.h b/src/HYDROGUI/HYDROGUI_ViewerDlg.h index a638b06b..da0b5176 100644 --- a/src/HYDROGUI/HYDROGUI_ViewerDlg.h +++ b/src/HYDROGUI/HYDROGUI_ViewerDlg.h @@ -20,15 +20,13 @@ #define HYDROGUI_VIEWERDLG_H #include "HYDROGUI_InputPanel.h" +#include -#include -#include - +class AIS_Trihedron; +class AIS_InteractiveContext; class QLabel; - class SUIT_ViewWindow; class SUIT_SelectionMgr; - class OCCViewer_Viewer; class OCCViewer_ViewManager; -- 2.39.2