summaryrefslogtreecommitdiff
path: root/sway/ipc-json.c
diff options
context:
space:
mode:
authorSimon Ser <[email protected]>2021-07-07 11:29:14 +0200
committerSimon Ser <[email protected]>2021-07-07 11:29:14 +0200
commit4832fc937fae5a5e2af8828a7092c9026bd300e0 (patch)
treee6e76610b131fd9585a3d8d70e72546a611b7b42 /sway/ipc-json.c
parentc41dc335902f1e24a20c521c22591bf26ccaf40c (diff)
Update wlr_box includes
Update for the breaking change in [1]. [1]: https://github.com/swaywm/wlroots/pull/3011
Diffstat (limited to 'sway/ipc-json.c')
-rw-r--r--sway/ipc-json.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sway/ipc-json.c b/sway/ipc-json.c
index 6c438424..1b64f86e 100644
--- a/sway/ipc-json.c
+++ b/sway/ipc-json.c
@@ -1,8 +1,11 @@
+#include <ctype.h>
#include <float.h>
#include <json.h>
#include <libevdev/libevdev.h>
#include <stdio.h>
-#include <ctype.h>
+#include <wlr/backend/libinput.h>
+#include <wlr/types/wlr_output.h>
+#include <xkbcommon/xkbcommon.h>
#include "config.h"
#include "log.h"
#include "sway/config.h"
@@ -14,10 +17,6 @@
#include "sway/input/input-manager.h"
#include "sway/input/cursor.h"
#include "sway/input/seat.h"
-#include <wlr/backend/libinput.h>
-#include <wlr/types/wlr_box.h>
-#include <wlr/types/wlr_output.h>
-#include <xkbcommon/xkbcommon.h>
#include "wlr-layer-shell-unstable-v1-protocol.h"
#include "sway/desktop/idle_inhibit_v1.h"