[Measure] remove Python.h from headers

is not necessary anymore
This commit is contained in:
Uwe
2022-03-20 17:41:04 +01:00
parent 585bcb8708
commit a012dc23a4
3 changed files with 0 additions and 9 deletions

View File

@@ -21,9 +21,6 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>

View File

@@ -21,11 +21,6 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/VectorPy.h>

View File

@@ -65,7 +65,6 @@
#include <GProp_GProps.hxx>
#include <GeomAPI_ExtremaCurveCurve.hxx>
#include <BRepGProp.hxx>
#include <Python.h>
#elif defined(FC_OS_WIN32)
#include <windows.h>