From: eap Date: Wed, 7 Nov 2007 09:51:52 +0000 (+0000) Subject: PAL16202,16203 (Propagation 1D on edges group) X-Git-Tag: V4_1_0rc2~54 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a331960039452a99397aa0374c40b933bcc4daac;p=modules%2Fsmesh.git PAL16202,16203 (Propagation 1D on edges group) remove useless includes --- diff --git a/src/SMESH_I/SMESH_Filter_i.cxx b/src/SMESH_I/SMESH_Filter_i.cxx index 51bc29f22..77305f346 100644 --- a/src/SMESH_I/SMESH_Filter_i.cxx +++ b/src/SMESH_I/SMESH_Filter_i.cxx @@ -37,29 +37,27 @@ #include "SMESHDS_Mesh.hxx" +#include +#include +#include +#include +#include #include #include #include -#include -#include #include -#include +#include #include +#include #include #include -#include #include -#include -#include -#include -#include +#include +#include +#include #include #include -#include -#include -#include -#include -#include +#include using namespace SMESH; using namespace SMESH::Controls; diff --git a/src/SMESH_I/SMESH_Hypothesis_i.cxx b/src/SMESH_I/SMESH_Hypothesis_i.cxx index fedc07722..28eda61b2 100644 --- a/src/SMESH_I/SMESH_Hypothesis_i.cxx +++ b/src/SMESH_I/SMESH_Hypothesis_i.cxx @@ -131,7 +131,7 @@ CORBA::Long SMESH_Hypothesis_i::GetId() ::SMESH_Hypothesis* SMESH_Hypothesis_i::GetImpl() { - MESSAGE( "SMESH_Hypothesis_i::GetImpl" ); + //MESSAGE( "SMESH_Hypothesis_i::GetImpl" ); return myBaseImpl; } diff --git a/src/SMESH_I/SMESH_subMesh_i.cxx b/src/SMESH_I/SMESH_subMesh_i.cxx index da14ee1f7..f0fbc25b3 100644 --- a/src/SMESH_I/SMESH_subMesh_i.cxx +++ b/src/SMESH_I/SMESH_subMesh_i.cxx @@ -35,9 +35,8 @@ #include "OpUtil.hxx" #include "Utils_ExceptHandlers.hxx" -#include -#include #include +#include using namespace std;