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

@@ -27,19 +27,18 @@
# include <boost/algorithm/string.hpp>
#endif
#include "Base/Exception.h"
#include "Base/GeometryPyCXX.h"
#include "Base/PlacementPy.h"
#include "Base/Vector3D.h"
#include "Base/VectorPy.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 <Base/Exception.h>
#include <Base/GeometryPyCXX.h>
#include <Base/PlacementPy.h>
#include <Base/Vector3D.h>
#include <Base/VectorPy.h>
// files generated out of VoronoiCellPy.xml
#include "VoronoiCellPy.cpp"
#include "Mod/Path/App/VoronoiCellPy.cpp"
using namespace Path;