aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/commands.c2
-rw-r--r--sway/ipc-json.c2
-rw-r--r--sway/ipc-server.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sway/commands.c b/sway/commands.c
index f92a5e46..dd994fa1 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -5,7 +5,7 @@
#include <string.h>
#include <strings.h>
#include <stdio.h>
-#include <json-c/json.h>
+#include <json.h>
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/criteria.h"
diff --git a/sway/ipc-json.c b/sway/ipc-json.c
index d72fc5db..778bf773 100644
--- a/sway/ipc-json.c
+++ b/sway/ipc-json.c
@@ -1,4 +1,4 @@
-#include <json-c/json.h>
+#include <json.h>
#include <libevdev/libevdev.h>
#include <stdio.h>
#include <ctype.h>
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
index 1dce8146..d1920cfd 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -4,7 +4,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
-#include <json-c/json.h>
+#include <json.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>