[PD] remove Python.h from headers

seems not to be necessary anymore
This commit is contained in:
Uwe
2022-03-19 20:25:22 +01:00
committed by wwmayer
parent 4b2850528b
commit 3d26a81b36
5 changed files with 5 additions and 22 deletions

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/Interpreter.h>
@@ -61,6 +57,7 @@
#include "FeatureTransformed.h"
#include "ShapeBinder.h"
namespace PartDesign {
extern PyObject* initModule();
}