[PD] final work to remove unused includes

This commit is contained in:
Uwe
2022-02-22 02:18:49 +01:00
parent 16467d9067
commit da9c18374b
7 changed files with 37 additions and 49 deletions

View File

@@ -23,21 +23,21 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <BRepAdaptor_Surface.hxx>
# include <gp_Dir.hxx>
# include <gp_Pln.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Face.hxx>
# include <gp_Pln.hxx>
# include <gp_Dir.hxx>
# include <BRepAdaptor_Surface.hxx>
#endif
#include <App/OriginFeature.h>
#include <Base/Exception.h>
#include "FeatureMirrored.h"
#include "DatumPlane.h"
#include <Mod/Part/App/TopoShape.h>
#include <Mod/Part/App/Part2DObject.h>
#include "FeatureMirrored.h"
#include "DatumPlane.h"
using namespace PartDesign;
namespace PartDesign {