diff options
-rw-r--r-- | kwin/activation.cpp | 8 | ||||
-rw-r--r-- | 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 <fixx11h.h> #include <tqpopupmenu.h> #include <kxerrorhandler.h> #include <kstartupinfo.h> #include <kstringhandler.h> #include <klocale.h> +#include "client.h" +#include "workspace.h" +#include <fixx11h.h> + #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 <fixx11h.h> #include <tqhbox.h> #include <tqpushbutton.h> #include <tqslider.h> @@ -34,6 +30,10 @@ License. See the file "COPYING" for the exact licensing terms. #include <kapplication.h> #include <tqregexp.h> +#include "client.h" +#include "workspace.h" +#include <fixx11h.h> + #include "killwindow.h" #include "tabbox.h" |