[PD] final work to remove unused includes

This commit is contained in:
Uwe
2022-02-22 02:18:49 +01:00
parent 62496d7277
commit 7162c1a1f4
7 changed files with 37 additions and 49 deletions

View File

@@ -23,18 +23,15 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Precision.hxx>
# include <GProp_GProps.hxx>
# include <BRepGProp.hxx>
# include <GProp_GProps.hxx>
# include <Precision.hxx>
#endif
#include "FeatureMultiTransform.h"
#include "FeatureScaled.h"
#include "FeatureAddSub.h"
#include <Mod/Part/App/TopoShape.h>
#include "FeatureScaled.h"
#include <Base/Console.h>
#include <Base/Exception.h>
using namespace PartDesign;