[Points] remove Python.h and Xerces

This commit is contained in:
Uwe
2022-03-20 22:55:16 +01:00
parent 08d4ac63a3
commit bec723ba17
6 changed files with 1 additions and 9 deletions

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/Interpreter.h>
@@ -35,6 +31,7 @@
#include "PropertyPointKernel.h"
#include "Structured.h"
namespace Points {
extern PyObject* initModule();
}