[Part] Cy* - Fac*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-05 01:46:00 +02:00
parent 45d7151dfa
commit f92b5b4b7f
7 changed files with 10 additions and 27 deletions

View File

@@ -20,29 +20,21 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Geom_CylindricalSurface.hxx>
# include <Geom_Circle.hxx>
# include <Geom_Line.hxx>
# include <Geom_TrimmedCurve.hxx>
# include <GC_MakeCylindricalSurface.hxx>
# include <gp_Circ.hxx>
# include <gp_Cylinder.hxx>
# include <gp_Lin.hxx>
# include <Geom_Circle.hxx>
# include <Geom_CylindricalSurface.hxx>
#endif
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "OCCError.h"
#include "Geometry.h"
#include "CirclePy.h"
#include "EllipsePy.h"
#include "LinePy.h"
#include "CylinderPy.h"
#include "CylinderPy.cpp"
#include "CirclePy.h"
#include "OCCError.h"
using namespace Part;