[PD] Boolean to Groove: remove unused includes

This commit is contained in:
Uwe
2022-02-21 01:07:36 +01:00
parent 8e6e3f47ff
commit 4b08dd8142
9 changed files with 23 additions and 65 deletions

View File

@@ -23,27 +23,21 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <BRepAlgoAPI_Fuse.hxx>
# include <BRepAlgoAPI_Cut.hxx>
# include <BRepAlgoAPI_Common.hxx>
# include <gp_Trsf.hxx>
# include <gp_Pnt.hxx>
# include <gp_Dir.hxx>
# include <gp_Vec.hxx>
# include <gp_Ax1.hxx>
# include <BRepAlgoAPI_Cut.hxx>
# include <BRepAlgoAPI_Fuse.hxx>
# include <Standard_Failure.hxx>
#endif
#include "Body.h"
#include "FeatureBoolean.h"
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Base/Parameter.h>
#include <App/Application.h>
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <Base/Parameter.h>
#include <Mod/Part/App/modelRefine.h>
#include "FeatureBoolean.h"
#include "Body.h"
using namespace PartDesign;
namespace PartDesign {