From 79179e946b511a80ab84cce2f21613c5b3480c19 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 19 Oct 2022 02:44:33 +0300 Subject: [PATCH] kwin: remove unused kxerrorhandler header inclusions Signed-off-by: Ivailo Monev --- kwin/activation.cpp | 1 - kwin/utils.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/kwin/activation.cpp b/kwin/activation.cpp index 5caa8b08..1dbc601d 100644 --- a/kwin/activation.cpp +++ b/kwin/activation.cpp @@ -33,7 +33,6 @@ along with this program. If not, see . #include "workspace.h" #include -#include #include #include #include diff --git a/kwin/utils.cpp b/kwin/utils.cpp index 9596bc6b..930d645e 100644 --- a/kwin/utils.cpp +++ b/kwin/utils.cpp @@ -27,7 +27,6 @@ along with this program. If not, see . #include "utils.h" -#include #include #ifndef KCMRULES @@ -37,6 +36,7 @@ along with this program. If not, see . #include #include +#include #include #include