aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/gaps.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/gaps.c')
-rw-r--r--sway/commands/gaps.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/commands/gaps.c b/sway/commands/gaps.c
index 81ca14f4..fe06add4 100644
--- a/sway/commands/gaps.c
+++ b/sway/commands/gaps.c
@@ -2,10 +2,10 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
-#include "commands.h"
-#include "container.h"
-#include "focus.h"
-#include "layout.h"
+#include "sway/commands.h"
+#include "sway/container.h"
+#include "sway/focus.h"
+#include "sway/layout.h"
struct cmd_results *cmd_gaps(int argc, char **argv) {
struct cmd_results *error = NULL;