[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;

View File

@@ -21,15 +21,11 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "DatumFeature.h"
#include "OCCError.h"
#include "PartPyCXX.h"
#include "DatumFeature.h"
using namespace Part;

View File

@@ -21,16 +21,12 @@
* *
***************************************************************************/
#ifndef PART_DATUMFEATURE_H
#define PART_DATUMFEATURE_H
#include <QString>
#include <App/PropertyLinks.h>
#include "PartFeature.h"
#include "AttachExtension.h"
namespace Part
{

View File

@@ -24,14 +24,15 @@
#define PART_FACEMAKER_H
#include <BRepBuilderAPI_MakeShape.hxx>
#include <Base/BaseClass.h>
#include <TopoDS_Compound.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Wire.hxx>
#include <memory>
#include <Base/BaseClass.h>
#include <Mod/Part/PartGlobal.h>
namespace Part
{

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <BRep_Builder.hxx>

View File

@@ -28,10 +28,10 @@
#include <Geom_Surface.hxx>
#include <gp_Pln.hxx>
namespace Part
{
/**
* @brief The FaceMakerBullseye class is a tool to make planar faces with holes,
* where there can be additional faces inside holes and they can have holes too

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Bnd_Box.hxx>