[Path] remove Python.h and Xerces

they are not needed anymore
This commit is contained in:
Uwe
2022-03-20 23:06:56 +01:00
parent d7aac0ed60
commit f23fa31f42
9 changed files with 5 additions and 26 deletions

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
@@ -55,6 +51,7 @@
#include "VoronoiVertex.h"
#include "VoronoiVertexPy.h"
namespace Path {
extern PyObject* initModule();
}