[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

@@ -22,20 +22,19 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <TopoDS.hxx>
# include <TopoDS_Iterator.hxx>
# include <BRep_Builder.hxx>
# include <BRepBuilderAPI_MakeWire.hxx>
# include <BRepBuilderAPI_MakeFace.hxx>
# include <BRep_Tool.hxx>
# include <BRepBuilderAPI_MakeWire.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Builder.hxx>
# include <TopoDS_Iterator.hxx>
# include <QtGlobal>
#endif
#include "FaceMaker.h"
#include "TopoShape.h"
#include <memory>
#include <QtGlobal>
#include "FaceMaker.h"
#include "TopoShape.h"
TYPESYSTEM_SOURCE_ABSTRACT(Part::FaceMaker, Base::BaseClass)
TYPESYSTEM_SOURCE_ABSTRACT(Part::FaceMakerPublic, Part::FaceMaker)