From d12475f5baa3bcf2fd8fc40eb576953b4c3da109 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 12 Jul 2023 21:06:16 +0300 Subject: [PATCH] plasma: consistent headers inclusions Signed-off-by: Ivailo Monev --- plasma/runnermanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plasma/runnermanager.h b/plasma/runnermanager.h index 990c7071..a0a8de5d 100644 --- a/plasma/runnermanager.h +++ b/plasma/runnermanager.h @@ -22,15 +22,15 @@ #ifndef PLASMA_RUNNERMANAGER_H #define PLASMA_RUNNERMANAGER_H -#include -#include +#include +#include +#include #include #include #include "abstractrunner.h" -#include class KConfigGroup; namespace Plasma