[Path] P-End: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-04 17:32:32 +01:00
parent 1a4babd936
commit 134d2e00b1
15 changed files with 30 additions and 69 deletions

View File

@@ -21,24 +21,20 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <Geom_Parabola.hxx>
# include <BRepBuilderAPI_MakeEdge.hxx>
# include <Geom_Parabola.hxx>
#endif
#include "Mod/Part/App/Geometry.h"
#include "Mod/Part/App/TopoShapeEdgePy.h"
#include "Voronoi.h"
#include "VoronoiCell.h"
#include "VoronoiCellPy.h"
#include "VoronoiEdge.h"
#include "VoronoiEdgePy.h"
#include "VoronoiEdgePy.cpp"
#include "VoronoiVertex.h"
#include "VoronoiCellPy.h"
#include "VoronoiVertexPy.h"
using namespace Path;
namespace {