From 3aa7cd3f97993127ebe4b968c4d552319edc9b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 7 Mar 2013 13:50:08 +0100 Subject: [PATCH] Fix incorrect include order --- scripting/scriptedeffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/scriptedeffect.cpp b/scripting/scriptedeffect.cpp index 9d4306e00e..c04e22efef 100644 --- a/scripting/scriptedeffect.cpp +++ b/scripting/scriptedeffect.cpp @@ -24,12 +24,12 @@ along with this program. If not, see . #include "workspace_wrapper.h" #ifdef KWIN_BUILD_SCREENEDGES #include "../screenedge.h" -#include #endif // KDE #include #include #include +#include // Qt #include #include