[Gui] remove Python.h from PreCompiled.h

tested with PCH and it seems it is really not necessary. python.h is only used n one header in [Gui] and not relevant for PCH
This commit is contained in:
Uwe
2022-03-21 00:23:53 +01:00
parent f23fa31f42
commit 9304064981

View File

@@ -94,9 +94,6 @@
#include <boost/program_options.hpp>
#include <boost/utility.hpp>
// Python
#include <Python.h>
// Xerces
#include <xercesc/util/TranscodingException.hpp>
#include <xercesc/util/XMLString.hpp>