aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
diff options
context:
space:
mode:
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 @@
1#include <ctype.h>
1#include <float.h> 2#include <float.h>
2#include <json.h> 3#include <json.h>
3#include <libevdev/libevdev.h> 4#include <libevdev/libevdev.h>
4#include <stdio.h> 5#include <stdio.h>
5#include <ctype.h> 6#include <wlr/backend/libinput.h>
7#include <wlr/types/wlr_output.h>
8#include <xkbcommon/xkbcommon.h>
6#include "config.h" 9#include "config.h"
7#include "log.h" 10#include "log.h"
8#include "sway/config.h" 11#include "sway/config.h"
@@ -14,10 +17,6 @@
14#include "sway/input/input-manager.h" 17#include "sway/input/input-manager.h"
15#include "sway/input/cursor.h" 18#include "sway/input/cursor.h"
16#include "sway/input/seat.h" 19#include "sway/input/seat.h"
17#include <wlr/backend/libinput.h>
18#include <wlr/types/wlr_box.h>
19#include <wlr/types/wlr_output.h>
20#include <xkbcommon/xkbcommon.h>
21#include "wlr-layer-shell-unstable-v1-protocol.h" 20#include "wlr-layer-shell-unstable-v1-protocol.h"
22#include "sway/desktop/idle_inhibit_v1.h" 21#include "sway/desktop/idle_inhibit_v1.h"
23 22