diff --git a/runners/shell/CMakeLists.txt b/runners/shell/CMakeLists.txt --- a/runners/shell/CMakeLists.txt +++ b/runners/shell/CMakeLists.txt @@ -13,7 +13,6 @@ KF5::I18n KF5::Plasma KF5::Runner - KF5::Su KF5::Completion Qt5::Widgets ) diff --git a/runners/shell/shellrunner.cpp b/runners/shell/shellrunner.cpp --- a/runners/shell/shellrunner.cpp +++ b/runners/shell/shellrunner.cpp @@ -21,9 +21,6 @@ #include #include -#ifdef Q_OS_UNIX -#include -#endif #include #include #include