From 364641b8e0279758d236af39abd138d379328a19 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 12 Jan 2011 22:57:13 +0000 Subject: [kdebase/kwin] avoid a conflict between Qt and X11 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1214094 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin/useractions.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kwin/useractions.cpp') diff --git a/kwin/useractions.cpp b/kwin/useractions.cpp index e825ac846..2821658c2 100644 --- a/kwin/useractions.cpp +++ b/kwin/useractions.cpp @@ -17,10 +17,6 @@ License. See the file "COPYING" for the exact licensing terms. */ -#include "client.h" -#include "workspace.h" - -#include #include #include #include @@ -34,6 +30,10 @@ License. See the file "COPYING" for the exact licensing terms. #include #include +#include "client.h" +#include "workspace.h" +#include + #include "killwindow.h" #include "tabbox.h" -- cgit v1.2.1