diff options
Diffstat (limited to 'kwin/useractions.cpp')
-rw-r--r-- | kwin/useractions.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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" |