[PD] remove Python.h from headers

seems not to be necessary anymore
This commit is contained in:
Uwe
2022-03-20 14:16:41 +01:00
committed by wwmayer
parent c3aebfeb1e
commit d06dc1527c
5 changed files with 5 additions and 22 deletions
+1 -4
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();
}