move includes to repsect PCH option

This commit is contained in:
wmayer
2019-05-25 13:04:57 +02:00
parent bf38ae958f
commit 4072b2c9d7
3 changed files with 17 additions and 20 deletions

View File

@@ -22,12 +22,11 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <TopoDS_Edge.hxx>
# include <gp_Pnt.hxx>
# include <BRepBuilderAPI_MakeEdge.hxx>
#endif // #ifndef _PreComp_
#include <TopoDS_Edge.hxx>
#include <gp_Pnt.hxx>
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <Base/Console.h>
#include <Base/Exception.h>
#include <Base/Parameter.h>