[Robot] remove Python.h and Xerces

This commit is contained in:
Uwe
2022-03-20 22:37:38 +01:00
parent 752b8018b7
commit 25aba1dd59
6 changed files with 2 additions and 19 deletions

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/Interpreter.h>
@@ -46,6 +42,7 @@
#include "TrajectoryCompound.h"
#include "TrajectoryDressUpObject.h"
namespace Robot {
class Module : public Py::ExtensionModule<Module>
{