[Part] ChFi2d etc.: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-09 17:13:38 +02:00
parent 98c36665be
commit 363f9258d8
13 changed files with 59 additions and 88 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Standard_Failure.hxx>
@@ -30,9 +29,9 @@
#include "GeomPlate/BuildPlateSurfacePy.cpp"
#include "GeomPlate/CurveConstraintPy.h"
#include "GeomPlate/PointConstraintPy.h"
#include "GeometryCurvePy.h"
#include "GeometrySurfacePy.h"
#include "Geometry2d.h"
#include "GeometrySurfacePy.h"
using namespace Part;