[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 c3aebfeb1e
commit d06dc1527c
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 <CXX/Extensions.hxx>
#include <CXX/Objects.hxx>
@@ -66,6 +62,7 @@
#include "ViewProviderShapeBinder.h"
#include "ViewProviderBase.h"
// use a different name to CreateCommand()
void CreatePartDesignCommands(void);
void CreatePartDesignBodyCommands(void);