[Sketch] remove Python.h and Xerces

seems not to be necessary anymore
This commit is contained in:
Uwe
2022-03-20 17:37:28 +01:00
parent aeaa44bba8
commit 38d7b77237
6 changed files with 0 additions and 15 deletions

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/Interpreter.h>
@@ -47,7 +43,6 @@
#include "PropertyConstraintList.h"
namespace Sketcher {
extern PyObject* initModule();
}