[PD] App: remove unused includes

This commit is contained in:
Uwe
2022-02-20 20:41:46 +01:00
parent 5bf382eb0a
commit f498cd1d32
9 changed files with 77 additions and 114 deletions

View File

@@ -23,20 +23,17 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <BRep_Tool.hxx>
#include <TopExp.hxx>
#include <TopoDS.hxx>
#include <BRep_Tool.hxx>
#include <TopoDS_Edge.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#endif
#include "FeatureDressUp.h"
#include <App/Document.h>
#include <Base/Exception.h>
#include "FeatureDressUp.h"
using namespace PartDesign;