[Start] remove unused headers and Xerces

This commit is contained in:
Uwe
2022-03-20 21:36:16 +01:00
parent ee6d631531
commit c9dee5e70a
9 changed files with 44 additions and 104 deletions

View File

@@ -20,19 +20,12 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
#include <Base/Interpreter.h>
#include <CXX/Extensions.hxx>
#include <CXX/Objects.hxx>
#include "StartConfiguration.h"
namespace Start {
class Module : public Py::ExtensionModule<Module>