[TD] App Headers: remove unused header - part 3/3

This commit is contained in:
Uwe
2022-03-25 01:13:34 +01:00
parent 24ac3c46ed
commit 19c8a76c62
18 changed files with 88 additions and 123 deletions

View File

@@ -22,20 +22,23 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <cmath>
#include <gp_Pnt.hxx>
#include <gp_Dir.hxx>
#include <gp_Ax1.hxx>
#include <gp_Circ.hxx>
#include <Geom_Circle.hxx>
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Edge.hxx>
#include <BRepBndLib.hxx>
#include <Bnd_Box.hxx>
#include <Precision.hxx>
#endif // #ifndef _PreComp_
# include <cmath>
# include <boost/uuid/uuid.hpp>
# include <boost/uuid/uuid_io.hpp>
# include <boost/uuid/uuid_generators.hpp>
# include <gp_Pnt.hxx>
# include <gp_Dir.hxx>
# include <gp_Ax1.hxx>
# include <gp_Circ.hxx>
# include <Geom_Circle.hxx>
# include <BRepBuilderAPI_MakeEdge.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Shape.hxx>
# include <TopoDS_Edge.hxx>
# include <BRepBndLib.hxx>
# include <Bnd_Box.hxx>
# include <Precision.hxx>
#endif
#include <Base/Console.h>
#include <Base/Exception.h>