[Part] Cy* - Fac*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <BRep_Builder.hxx>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <Bnd_Box.hxx>
|
||||
|
||||
Reference in New Issue
Block a user