move includes to repsect PCH option

This commit is contained in:
wmayer
2019-05-25 13:04:57 +02:00
parent fc904288a5
commit fe3b75683f
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>