summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 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 @@
5#include <string.h> 5#include <string.h>
6#include <strings.h> 6#include <strings.h>
7#include <stdio.h> 7#include <stdio.h>
8#include <json-c/json.h> 8#include <json.h>
9#include "sway/commands.h" 9#include "sway/commands.h"
10#include "sway/config.h" 10#include "sway/config.h"
11#include "sway/criteria.h" 11#include "sway/criteria.h"