Salome HOME
remove excess includes
authoreap <eap@opencascade.com>
Thu, 13 Oct 2011 06:08:37 +0000 (06:08 +0000)
committereap <eap@opencascade.com>
Thu, 13 Oct 2011 06:08:37 +0000 (06:08 +0000)
src/StdMeshers/StdMeshers_Hexa_3D.cxx
src/StdMeshers/StdMeshers_Hexa_3D.hxx

index 4ed44a20fe4dc23953d8e855d82620df8082e899..ceb29fa71f0e67e7e93b76e5bc025194eafb13fd 100644 (file)
 #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 <TopExp.hxx>
 #include <TopExp_Explorer.hxx>
-#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
-#include <TopTools_ListIteratorOfListOfShape.hxx>
-#include <TopTools_ListOfShape.hxx>
 #include <TopTools_SequenceOfShape.hxx>
 #include <TopTools_MapOfShape.hxx>
 #include <TopoDS.hxx>
-#include <gp_Pnt2d.hxx>
 
 #include "utilities.h"
 #include "Utils_ExceptHandlers.hxx"
index b232b2b025f1d6815b299b64e85c78455b87fc58..e99fa921df5a8dde5e3411a0fa269fdfaf369306 100644 (file)
@@ -32,7 +32,6 @@
 #include "SMESH_StdMeshers.hxx"
 
 #include "SMESH_3D_Algo.hxx"
-#include "Utils_SALOME_Exception.hxx"
 
 
 class StdMeshers_ViscousLayers;