#include "StdMeshers_Import_1D.hxx"#include "StdMeshers_ImportSource.hxx"#include "SMDS_MeshElement.hxx"#include "SMDS_MeshNode.hxx"#include "SMESHDS_Group.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESH_Comment.hxx"#include "SMESH_Gen.hxx"#include "SMESH_Group.hxx"#include "SMESH_HypoFilter.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MeshEditor.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_Octree.hxx"#include "SMESH_subMesh.hxx"#include "SMESH_subMeshEventListener.hxx"#include "Utils_SALOME_Exception.hxx"#include "utilities.h"#include <BRepAdaptor_Curve.hxx>#include <BRep_Builder.hxx>#include <BRep_Tool.hxx>#include <BndLib_Add3dCurve.hxx>#include <GCPnts_TangentialDeflection.hxx>#include <ShapeAnalysis_Curve.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopoDS.hxx>#include <TopoDS_Compound.hxx>#include <TopoDS_Edge.hxx>#include <TopoDS_Vertex.hxx>