[Drawing] remove Python.h and Xerces

This commit is contained in:
Uwe
2022-03-20 22:34:03 +01:00
parent c9d28b542f
commit 96ad045b91
7 changed files with 69 additions and 86 deletions

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
@@ -34,6 +30,7 @@
#include "ViewProviderPage.h"
#include "ViewProviderView.h"
// use a different name to CreateCommand()
void CreateDrawingCommands(void);