From: eap Date: Thu, 13 Oct 2011 06:08:37 +0000 (+0000) Subject: remove excess includes X-Git-Tag: V6_4_0a1~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cf76763e47e82dbb931751739560c3769cbf71f2;p=modules%2Fsmesh.git remove excess includes --- diff --git a/src/StdMeshers/StdMeshers_Hexa_3D.cxx b/src/StdMeshers/StdMeshers_Hexa_3D.cxx index 4ed44a20f..ceb29fa71 100644 --- a/src/StdMeshers/StdMeshers_Hexa_3D.cxx +++ b/src/StdMeshers/StdMeshers_Hexa_3D.cxx @@ -42,21 +42,13 @@ #include "SMESH_MesherHelper.hxx" #include "SMESH_subMesh.hxx" -#include "SMDS_MeshElement.hxx" #include "SMDS_MeshNode.hxx" -#include "SMDS_FacePosition.hxx" -#include "SMDS_VolumeTool.hxx" -#include "SMDS_VolumeOfNodes.hxx" #include #include -#include -#include -#include #include #include #include -#include #include "utilities.h" #include "Utils_ExceptHandlers.hxx" diff --git a/src/StdMeshers/StdMeshers_Hexa_3D.hxx b/src/StdMeshers/StdMeshers_Hexa_3D.hxx index b232b2b02..e99fa921d 100644 --- a/src/StdMeshers/StdMeshers_Hexa_3D.hxx +++ b/src/StdMeshers/StdMeshers_Hexa_3D.hxx @@ -32,7 +32,6 @@ #include "SMESH_StdMeshers.hxx" #include "SMESH_3D_Algo.hxx" -#include "Utils_SALOME_Exception.hxx" class StdMeshers_ViscousLayers;