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/activation.cpp | 8 ++++---- kwin/useractions.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kwin/activation.cpp b/kwin/activation.cpp index c0f578634..2cd836555 100644 --- a/kwin/activation.cpp +++ b/kwin/activation.cpp @@ -16,16 +16,16 @@ License. See the file "COPYING" for the exact licensing terms. */ -#include "client.h" -#include "workspace.h" - -#include #include #include #include #include #include +#include "client.h" +#include "workspace.h" +#include + #include "notifications.h" #include "atoms.h" #include "group.h" 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.3