[Part] FaceMaker, Command and Extrusion: remove unused includes

This commit is contained in:
Uwe
2022-02-21 03:33:01 +01:00
parent 02c8b0452e
commit f16a0da841
15 changed files with 25 additions and 78 deletions

View File

@@ -24,14 +24,13 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Bnd_Box.hxx>
# include <BRepBndLib.hxx>
# include <BRep_Builder.hxx>
# include <BRep_Tool.hxx>
# include <BRepAdaptor_Surface.hxx>
# include <BRepCheck_Analyzer.hxx>
# include <BRepBuilderAPI_MakeFace.hxx>
# include <BRepCheck_Analyzer.hxx>
# include <BRepBndLib.hxx>
# include <Geom_Plane.hxx>
# include <gp_Pln.hxx>
# include <IntTools_FClass2d.hxx>
# include <Precision.hxx>
# include <ShapeAnalysis.hxx>
@@ -49,7 +48,6 @@
#include "FaceMakerCheese.h"
using namespace Part;
TYPESYSTEM_SOURCE(Part::FaceMakerCheese, Part::FaceMakerPublic)