From: eap Date: Tue, 30 Mar 2010 12:30:12 +0000 (+0000) Subject: Move #include "SMESH_Algo.hxx" from hxx to cxx X-Git-Tag: V5_1_4a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2705c10eb59c486053e1b9c0aace2c1c2caaa5ba;p=modules%2Fsmesh.git Move #include "SMESH_Algo.hxx" from hxx to cxx --- diff --git a/src/StdMeshers/StdMeshers_FaceSide.cxx b/src/StdMeshers/StdMeshers_FaceSide.cxx index 56fa77294..969dc1ce5 100644 --- a/src/StdMeshers/StdMeshers_FaceSide.cxx +++ b/src/StdMeshers/StdMeshers_FaceSide.cxx @@ -31,7 +31,7 @@ #include "SMDS_MeshNode.hxx" #include "SMESHDS_Mesh.hxx" #include "SMESHDS_SubMesh.hxx" -//#include "SMESH_Algo.hxx" +#include "SMESH_Algo.hxx" #include "SMESH_Mesh.hxx" #include "SMESH_MesherHelper.hxx" #include "SMESH_ComputeError.hxx" diff --git a/src/StdMeshers/StdMeshers_FaceSide.hxx b/src/StdMeshers/StdMeshers_FaceSide.hxx index be410cf4f..c690683f0 100644 --- a/src/StdMeshers/StdMeshers_FaceSide.hxx +++ b/src/StdMeshers/StdMeshers_FaceSide.hxx @@ -32,10 +32,8 @@ #include #include #include -#include #include "SMESH_StdMeshers.hxx" -#include "SMESH_Algo.hxx" #include #include