PAL16202,16203 (Propagation 1D on edges group)

remove useless includes
This commit is contained in:
eap 2007-11-07 09:51:52 +00:00
parent edf16dcfc6
commit a331960039
3 changed files with 13 additions and 16 deletions

View File

@ -37,29 +37,27 @@
#include "SMESHDS_Mesh.hxx" #include "SMESHDS_Mesh.hxx"
#include <BRep_Tool.hxx>
#include <Geom_CylindricalSurface.hxx>
#include <Geom_Plane.hxx>
#include <LDOMParser.hxx>
#include <LDOMString.hxx>
#include <LDOM_Document.hxx> #include <LDOM_Document.hxx>
#include <LDOM_Element.hxx> #include <LDOM_Element.hxx>
#include <LDOM_Node.hxx> #include <LDOM_Node.hxx>
#include <LDOMString.hxx>
#include <LDOMParser.hxx>
#include <LDOM_XmlWriter.hxx> #include <LDOM_XmlWriter.hxx>
#include <TCollection_HAsciiString.hxx> #include <Precision.hxx>
#include <TColStd_ListIteratorOfListOfInteger.hxx> #include <TColStd_ListIteratorOfListOfInteger.hxx>
#include <TColStd_ListIteratorOfListOfReal.hxx>
#include <TColStd_ListOfInteger.hxx> #include <TColStd_ListOfInteger.hxx>
#include <TColStd_ListOfReal.hxx> #include <TColStd_ListOfReal.hxx>
#include <TColStd_MapOfInteger.hxx>
#include <TColStd_SequenceOfHAsciiString.hxx> #include <TColStd_SequenceOfHAsciiString.hxx>
#include <TColStd_ListIteratorOfListOfReal.hxx> #include <TCollection_HAsciiString.hxx>
#include <Precision.hxx> #include <TopExp.hxx>
#include <BRep_Tool.hxx> #include <TopExp_Explorer.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS.hxx> #include <TopoDS.hxx>
#include <TopoDS_Face.hxx> #include <TopoDS_Face.hxx>
#include <Geom_Plane.hxx> #include <TopoDS_Shape.hxx>
#include <Geom_CylindricalSurface.hxx>
#include <TopExp_Explorer.hxx>
#include <OSD_Path.hxx>
#include <OSD_File.hxx>
using namespace SMESH; using namespace SMESH;
using namespace SMESH::Controls; using namespace SMESH::Controls;

View File

@ -131,7 +131,7 @@ CORBA::Long SMESH_Hypothesis_i::GetId()
::SMESH_Hypothesis* SMESH_Hypothesis_i::GetImpl() ::SMESH_Hypothesis* SMESH_Hypothesis_i::GetImpl()
{ {
MESSAGE( "SMESH_Hypothesis_i::GetImpl" ); //MESSAGE( "SMESH_Hypothesis_i::GetImpl" );
return myBaseImpl; return myBaseImpl;
} }

View File

@ -35,9 +35,8 @@
#include "OpUtil.hxx" #include "OpUtil.hxx"
#include "Utils_ExceptHandlers.hxx" #include "Utils_ExceptHandlers.hxx"
#include <BRepTools.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Iterator.hxx> #include <TopoDS_Iterator.hxx>
#include <TopExp_Explorer.hxx>
using namespace std; using namespace std;