From 2d0c14a5fd9e1e3565e77d6e50cdebf66b56411c Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Thu, 5 Jan 2023 08:01:56 +0100 Subject: [PATCH] [Backport] Use ubuntu instead of gcc based images (adapted from commit MeVisLab/pythonqt@a93104dea4d9c79351276ec963e931ca617625ec) - also remove unneeded "pydebug.h" include -> fixes #81 --- src/PythonQt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PythonQt.cpp b/src/PythonQt.cpp index 03822a73..bbe6b819 100644 --- a/src/PythonQt.cpp +++ b/src/PythonQt.cpp @@ -58,7 +58,6 @@ #include -#include #include PythonQt* PythonQt::_self = nullptr;