summaryrefslogtreecommitdiffstats
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 @@
2#include <errno.h> 2#include <errno.h>
3#include <stdlib.h> 3#include <stdlib.h>
4#include <string.h> 4#include <string.h>
5#include "commands.h" 5#include "sway/commands.h"
6#include "container.h" 6#include "sway/container.h"
7#include "focus.h" 7#include "sway/focus.h"
8#include "layout.h" 8#include "sway/layout.h"
9 9
10struct cmd_results *cmd_gaps(int argc, char **argv) { 10struct cmd_results *cmd_gaps(int argc, char **argv) {
11 struct cmd_results *error = NULL; 11 struct cmd_results *error = NULL;