Remove app include files from precompile guard

This commit is contained in:
Markus Lampert
2020-10-24 14:03:14 -07:00
parent e878eb56e2
commit 1f8201bbc3
4 changed files with 41 additions and 43 deletions

View File

@@ -25,26 +25,27 @@
#ifndef _PreComp_
#include <boost/algorithm/string.hpp>
#include "BRepBuilderAPI_MakeEdge.hxx"
#include "Mod/Path/App/Voronoi.h"
#include "Mod/Path/App/Voronoi.h"
#include "Mod/Path/App/VoronoiCell.h"
#include "Mod/Path/App/VoronoiEdge.h"
#include "Mod/Path/App/VoronoiVertex.h"
#include <Base/Exception.h>
#include <Base/Vector3D.h>
#include <Base/VectorPy.h>
#include <Mod/Part/App/ArcOfParabolaPy.h>
#include <Mod/Part/App/LineSegmentPy.h>
#include <Mod/Part/App/TopoShapeEdgePy.h>
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <Geom_Parabola.hxx>
#endif
#include "Base/Exception.h"
#include "Base/Vector3D.h"
#include "Base/VectorPy.h"
#include "Mod/Part/App/ArcOfParabolaPy.h"
#include "Mod/Part/App/LineSegmentPy.h"
#include "Mod/Part/App/TopoShapeEdgePy.h"
#include "Mod/Path/App/Voronoi.h"
#include "Mod/Path/App/Voronoi.h"
#include "Mod/Path/App/VoronoiCell.h"
#include "Mod/Path/App/VoronoiCellPy.h"
#include "Mod/Path/App/VoronoiEdge.h"
#include "Mod/Path/App/VoronoiEdgePy.h"
#include "Mod/Path/App/VoronoiEdgePy.cpp"
#include "Mod/Path/App/VoronoiVertex.h"
#include "Mod/Path/App/VoronoiVertexPy.h"
#include "Mod/Path/App/VoronoiEdgePy.cpp"
using namespace Path;
namespace {