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 {