[Part] App*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -25,12 +25,10 @@
|
||||
# include <BRep_Builder.hxx>
|
||||
# include <BRep_Tool.hxx>
|
||||
# include <BRepAdaptor_Curve.hxx>
|
||||
# include <BRepBuilderAPI_MakeFace.hxx>
|
||||
# include <BRepBuilderAPI_MakeEdge.hxx>
|
||||
# include <BRepBuilderAPI_MakeFace.hxx>
|
||||
# include <BRepBuilderAPI_MakePolygon.hxx>
|
||||
# include <BRepBuilderAPI_MakeShell.hxx>
|
||||
# include <BRepBuilderAPI_MakeSolid.hxx>
|
||||
# include <BRepBuilderAPI_MakeWire.hxx>
|
||||
# include <BRepCheck_Analyzer.hxx>
|
||||
# include <BRepFeat_SplitShape.hxx>
|
||||
# include <BRepOffsetAPI_Sewing.hxx>
|
||||
@@ -61,7 +59,6 @@
|
||||
# include <ShapeFix.hxx>
|
||||
# include <ShapeBuild_ReShape.hxx>
|
||||
# include <ShapeUpgrade_ShellSewing.hxx>
|
||||
# include <Standard_ConstructionError.hxx>
|
||||
# include <Standard_DomainError.hxx>
|
||||
# include <Standard_Version.hxx>
|
||||
# include <TopExp_Explorer.hxx>
|
||||
@@ -73,8 +70,6 @@
|
||||
# include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||
#endif
|
||||
|
||||
#include <BRepFill_Generator.hxx>
|
||||
|
||||
#include <App/Application.h>
|
||||
#include <App/Document.h>
|
||||
#include <App/DocumentObjectPy.h>
|
||||
@@ -88,11 +83,6 @@
|
||||
#include "BSplineSurfacePy.h"
|
||||
#include "edgecluster.h"
|
||||
#include "FaceMaker.h"
|
||||
#include "FeaturePartBox.h"
|
||||
#include "FeaturePartCut.h"
|
||||
#include "FeaturePartImportStep.h"
|
||||
#include "FeaturePartImportIges.h"
|
||||
#include "FeaturePartImportBrep.h"
|
||||
#include "GeometryCurvePy.h"
|
||||
#include "GeometryPy.h"
|
||||
#include "ImportIges.h"
|
||||
@@ -102,16 +92,14 @@
|
||||
#include "PartFeature.h"
|
||||
#include "PartPyCXX.h"
|
||||
#include "Tools.h"
|
||||
#include "TopoShape.h"
|
||||
#include "TopoShapeCompoundPy.h"
|
||||
#include "TopoShapeCompSolidPy.h"
|
||||
#include "TopoShapePy.h"
|
||||
#include "TopoShapeEdgePy.h"
|
||||
#include "TopoShapeFacePy.h"
|
||||
#include "TopoShapeShellPy.h"
|
||||
#include "TopoShapeSolidPy.h"
|
||||
#include "TopoShapeWirePy.h"
|
||||
#include "TopoShapeVertexPy.h"
|
||||
|
||||
|
||||
#ifdef FCUseFreeType
|
||||
# include "FT2FC.h"
|
||||
|
||||
Reference in New Issue
Block a user