aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland/xwm.c')
-rw-r--r--xwayland/xwm.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index 425188c7..10bc2e30 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -3,18 +3,18 @@
#endif
#include <stdlib.h>
#include <unistd.h>
-#include <xcb/composite.h>
-#include <xcb/xfixes.h>
-#include <xcb/xcb_image.h>
-#include <xcb/render.h>
#include <wlr/config.h>
-#include <wlr/util/log.h>
-#include <wlr/util/edges.h>
-#include "util/signal.h"
#include <wlr/types/wlr_surface.h>
-#include <wlr/xwayland.h>
+#include <wlr/util/edges.h>
+#include <wlr/util/log.h>
#include <wlr/xcursor.h>
+#include <wlr/xwayland.h>
#include <wlr/xwm.h>
+#include <xcb/composite.h>
+#include <xcb/render.h>
+#include <xcb/xcb_image.h>
+#include <xcb/xfixes.h>
+#include "util/signal.h"
#ifdef WLR_HAS_XCB_ICCCM
#include <xcb/xcb_icccm.h>