From 9304064981687b4b3160757d90b74a721585b82e Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 21 Mar 2022 00:23:53 +0100 Subject: [PATCH] [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 --- src/Gui/PreCompiled.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Gui/PreCompiled.h b/src/Gui/PreCompiled.h index f52facf8ef..81f030f8bb 100644 --- a/src/Gui/PreCompiled.h +++ b/src/Gui/PreCompiled.h @@ -94,9 +94,6 @@ #include #include -// Python -#include - // Xerces #include #include