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