From 50693f4fe884e249cf586206cc48223aa2405190 Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Mon, 29 Jul 2019 22:24:43 +0300 Subject: [PATCH] Cleanup the order of things in workspace.h file --- workspace.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/workspace.h b/workspace.h index 2079d56dc5..a59703ee8e 100644 --- a/workspace.h +++ b/workspace.h @@ -24,8 +24,8 @@ along with this program. If not, see . #define KWIN_WORKSPACE_H // kwin -#include "sm.h" #include "options.h" +#include "sm.h" #include "utils.h" // Qt #include @@ -34,14 +34,12 @@ along with this program. If not, see . #include #include -// TODO: Cleanup the order of things in this .h file - -class QStringList; class KConfig; class KConfigGroup; class KStartupInfo; -class KStartupInfoId; class KStartupInfoData; +class KStartupInfoId; +class QStringList; namespace KWin { @@ -54,10 +52,10 @@ class Window; class AbstractClient; class Client; +class Compositor; class KillWindow; class ShortcutDialog; class UserActionsMenu; -class Compositor; class X11EventFilter; enum class Predicate;