From c094c7e7cd26ae7622b6e05db932e1d438d6ce1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 25 Apr 2013 15:47:40 +0200 Subject: [PATCH] Cleanup includes and forward declarations in workspace.h --- workspace.h | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/workspace.h b/workspace.h index 471144827..0593865c6 100644 --- a/workspace.h +++ b/workspace.h @@ -23,30 +23,25 @@ along with this program. If not, see . #ifndef KWIN_WORKSPACE_H #define KWIN_WORKSPACE_H +// kwin +#include +#include "sm.h" +#include "utils.h" +// KDE +#include +#include +// Qt #include #include -#include -#include -#include -#include -#include -#include - -// need to include utils.h before we use the ifdefs -#include "utils.h" - -#include "kdecoration.h" -#include "sm.h" - +// X #include // TODO: Cleanup the order of things in this .h file -class QMenu; -class QActionGroup; class QStringList; class KConfig; class KActionCollection; +class KShortcut; class KStartupInfo; class KStartupInfoId; class KStartupInfoData;