[Test] remove Python.h

This commit is contained in:
Uwe
2022-03-20 22:42:09 +01:00
parent bad4809a1c
commit b480826091

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include "UnitTestPy.h"
#include "UnitTestImp.h"
@@ -33,6 +29,7 @@
#include <Base/Console.h>
#include <Base/Interpreter.h>
namespace TestGui {
class Module : public Py::ExtensionModule<Module>
{