From b48082609166116bd528e728922f8d23d227a8b2 Mon Sep 17 00:00:00 2001 From: Uwe Date: Sun, 20 Mar 2022 22:42:09 +0100 Subject: [PATCH] [Test] remove Python.h --- src/Mod/Test/Gui/AppTestGui.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Mod/Test/Gui/AppTestGui.cpp b/src/Mod/Test/Gui/AppTestGui.cpp index aaceaecf56..600171ec9b 100644 --- a/src/Mod/Test/Gui/AppTestGui.cpp +++ b/src/Mod/Test/Gui/AppTestGui.cpp @@ -20,11 +20,7 @@ * * ***************************************************************************/ - #include "PreCompiled.h" -#ifndef _PreComp_ -# include -#endif #include "UnitTestPy.h" #include "UnitTestImp.h" @@ -33,6 +29,7 @@ #include #include + namespace TestGui { class Module : public Py::ExtensionModule {