[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>