[Spreadsheet] remove Python.h and Xerces

This commit is contained in:
Uwe
2022-03-20 20:44:17 +01:00
parent b037d8e240
commit 66e8a2bef3
6 changed files with 60 additions and 71 deletions

View File

@@ -11,9 +11,6 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <CXX/Extensions.hxx>
#include <CXX/Objects.hxx>
@@ -23,6 +20,7 @@
#include <Base/PyObjectBase.h>
#include "Sheet.h"
namespace Spreadsheet {
class Module : public Py::ExtensionModule<Module>
{