[plasma/plasma-workspace] /: Remove unused includes
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5de2320c8318c8c577264528503d5277ca144560 by Nicolas Fella. Committed on 22/07/2026 at 20:12. Pushed by nicolasfella into branch 'master'. Remove unused includes M +0 -1 applets/kicker/systemmodel.cpp M +0 -1 libtaskmanager/waylandtasksmodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/5de2320c8318c8c577264528503d5277ca144560 diff --git a/applets/kicker/systemmodel.cpp b/applets/kicker/systemmodel.cpp index 5bdc51c723..7ea35b4bd5 100644 --- a/applets/kicker/systemmodel.cpp +++ b/applets/kicker/systemmodel.cpp @@ -10,7 +10,6 @@ #include <QStandardPaths> -#include <KDirWatch> #include <KLocalizedString> SystemModel::SystemModel(QObject *parent) diff --git a/libtaskmanager/waylandtasksmodel.cpp b/libtaskmanager/waylandtasksmodel.cpp index 106e6c0e92..b955e29b29 100644 --- a/libtaskmanager/waylandtasksmodel.cpp +++ b/libtaskmanager/waylandtasksmodel.cpp @@ -9,7 +9,6 @@ #include "tasktools.h" #include "virtualdesktopinfo.h" -#include <KDirWatch> #include <KSharedConfig> #include <KSycoca> #include <KWindowSystem>