[Part] FaceMaker, Command and Extrusion: remove unused includes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user