From: vsv Date: Thu, 11 Dec 2014 07:48:31 +0000 (+0300) Subject: Remove extra includes X-Git-Tag: before_slalome_7.5.1~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=50c050906e6b5926727fcbadcbf4247326ef60be;p=modules%2Fshaper.git Remove extra includes --- diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index 0d9aa9008..65cc6e200 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -26,15 +26,9 @@ #include #include -#include #include -#include #include #include -#include -#include -#include -#include #include #include #include diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index e85205aed..b2edc3205 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -6,7 +6,6 @@ #include #include -#include #include #include #include diff --git a/src/XGUI/XGUI_ActionsMgr.h b/src/XGUI/XGUI_ActionsMgr.h index 5d4fbcfd1..c0003e8ec 100644 --- a/src/XGUI/XGUI_ActionsMgr.h +++ b/src/XGUI/XGUI_ActionsMgr.h @@ -27,7 +27,7 @@ Q_OBJECT virtual ~XGUI_ActionsMgr(); //! Add a command in the manager. - //! Please note that nested commands in the Salome mode (No XGUI_Command, pure QActions) + //! Please note that nested commands in the Salome mode (No AppElements_Command, pure QActions) //! won't be extracted and should be added manually using the addNestedCommands method. void addCommand(QAction* theCmd); //! Sets relation between the command (with given Id) and it's nested actions. diff --git a/src/XGUI/XGUI_ViewerProxy.h b/src/XGUI/XGUI_ViewerProxy.h index c5ae4ef90..11a891dfd 100644 --- a/src/XGUI/XGUI_ViewerProxy.h +++ b/src/XGUI/XGUI_ViewerProxy.h @@ -8,7 +8,7 @@ class XGUI_Workshop; class AppElements_ViewWindow; /** - * Proxy class which repersents or XGUI_Viewer or Salome Viewer + * Proxy class which repersents or AppElements_Viewer or Salome Viewer * dependently on current launching environment. * It is reccomennded to use this class in operation for accessing to viewer * functionality instead of direct access to a viewer