From fce72eea0190ec093cee4938eb78bd0cca329c3e Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sat, 3 Jul 2021 20:53:30 +0200 Subject: [PATCH] Remove some unused includes --- applets/kicker/plugin/kastatsfavoritesmodel.h | 1 - applets/kicker/plugin/simplefavoritesmodel.h | 2 -- components/shellprivate/widgetexplorer/openwidgetassistant.cpp | 1 - libnotificationmanager/job.cpp | 2 -- libnotificationmanager/job_p.cpp | 1 - libtaskmanager/autotests/tasktoolstest.cpp | 1 - libtaskmanager/waylandtasksmodel.cpp | 1 - 7 files changed, 9 deletions(-) diff --git a/applets/kicker/plugin/kastatsfavoritesmodel.h b/applets/kicker/plugin/kastatsfavoritesmodel.h index dd3b2a474..bfbc57ec4 100644 --- a/applets/kicker/plugin/kastatsfavoritesmodel.h +++ b/applets/kicker/plugin/kastatsfavoritesmodel.h @@ -26,7 +26,6 @@ #include #include -#include class PlaceholderModel; diff --git a/applets/kicker/plugin/simplefavoritesmodel.h b/applets/kicker/plugin/simplefavoritesmodel.h index 597dc8dd9..802a1ecfe 100644 --- a/applets/kicker/plugin/simplefavoritesmodel.h +++ b/applets/kicker/plugin/simplefavoritesmodel.h @@ -24,8 +24,6 @@ #include -#include - class SimpleFavoritesModel : public AbstractModel { Q_OBJECT diff --git a/components/shellprivate/widgetexplorer/openwidgetassistant.cpp b/components/shellprivate/widgetexplorer/openwidgetassistant.cpp index ae58f3223..0fab2cda1 100644 --- a/components/shellprivate/widgetexplorer/openwidgetassistant.cpp +++ b/components/shellprivate/widgetexplorer/openwidgetassistant.cpp @@ -26,7 +26,6 @@ #include #include #include -#include #include #include diff --git a/libnotificationmanager/job.cpp b/libnotificationmanager/job.cpp index a6883d1a4..ddb456a33 100644 --- a/libnotificationmanager/job.cpp +++ b/libnotificationmanager/job.cpp @@ -23,8 +23,6 @@ #include -#include - using namespace NotificationManager; Job::Job(uint id, QObject *parent) diff --git a/libnotificationmanager/job_p.cpp b/libnotificationmanager/job_p.cpp index 777f4fbc6..a354712f8 100644 --- a/libnotificationmanager/job_p.cpp +++ b/libnotificationmanager/job_p.cpp @@ -28,7 +28,6 @@ #include #include -#include #include #include diff --git a/libtaskmanager/autotests/tasktoolstest.cpp b/libtaskmanager/autotests/tasktoolstest.cpp index f8bf17519..24ac87859 100644 --- a/libtaskmanager/autotests/tasktoolstest.cpp +++ b/libtaskmanager/autotests/tasktoolstest.cpp @@ -23,7 +23,6 @@ License along with this library. If not, see . #include #include #include -#include #include #include diff --git a/libtaskmanager/waylandtasksmodel.cpp b/libtaskmanager/waylandtasksmodel.cpp index 67a9040d2..eed068e1b 100644 --- a/libtaskmanager/waylandtasksmodel.cpp +++ b/libtaskmanager/waylandtasksmodel.cpp @@ -23,7 +23,6 @@ License along with this library. If not, see . #include "virtualdesktopinfo.h" #include -#include #include #include #include