[Part] E*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -20,38 +20,18 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <TopExp_Explorer.hxx>
|
||||
# include <TopAbs_ShapeEnum.hxx>
|
||||
# include <BRep_Tool.hxx>
|
||||
# include <BRepAdaptor_Curve.hxx>
|
||||
# include <TopExp.hxx>
|
||||
# include <TopoDS.hxx>
|
||||
# include <TopoDS_Shape.hxx>
|
||||
# include <TopoDS_Vertex.hxx>
|
||||
# include <TopoDS_Compound.hxx>
|
||||
# include <BRepAdaptor_Curve.hxx>
|
||||
# include <GCPnts_QuasiUniformDeflection.hxx>
|
||||
# include <BRep_Builder.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <TopExp_Explorer.hxx>
|
||||
# include <TopAbs_ShapeEnum.hxx>
|
||||
# include <BRep_Tool.hxx>
|
||||
# include <TopExp.hxx>
|
||||
# include <TopoDS.hxx>
|
||||
# include <TopoDS_Shape.hxx>
|
||||
# include <TopoDS_Vertex.hxx>
|
||||
# include <TopoDS_Compound.hxx>
|
||||
# include <BRepAdaptor_Curve.hxx>
|
||||
# include <GCPnts_QuasiUniformDeflection.hxx>
|
||||
# include <BRep_Builder.hxx>
|
||||
#endif
|
||||
|
||||
#include "edgecluster.h"
|
||||
|
||||
|
||||
using namespace Part;
|
||||
|
||||
Edgecluster::Edgecluster(const std::vector<TopoDS_Edge>& unsorted_edges)
|
||||
|
||||
Reference in New Issue
Block a user