[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,24 +23,24 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <TopoDS.hxx>
# include <TopoDS_Face.hxx>
# include <gp_Pln.hxx>
# include <gp_Dir.hxx>
# include <gp_Ax1.hxx>
# include <BRepAdaptor_Curve.hxx>
# include <BRepAdaptor_Surface.hxx>
# include <gp_Dir.hxx>
# include <gp_Pln.hxx>
# include <Precision.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Face.hxx>
#endif
#include "DatumPlane.h"
#include "DatumLine.h"
#include <App/OriginFeature.h>
#include <Base/Axis.h>
#include <Base/Exception.h>
#include <Mod/Part/App/TopoShape.h>
#include <Mod/Part/App/Part2DObject.h>
#include "FeatureLinearPattern.h"
#include "DatumLine.h"
#include "DatumPlane.h"
using namespace PartDesign;