Remove app include files from precompile guard
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user