summaryrefslogtreecommitdiffstats
path: root/sway/commands/resize.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/resize.c')
-rw-r--r--sway/commands/resize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/resize.c b/sway/commands/resize.c
index b5585920..90ab824f 100644
--- a/sway/commands/resize.c
+++ b/sway/commands/resize.c
@@ -2,9 +2,9 @@
2#include <stdbool.h> 2#include <stdbool.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 "sway/resize.h"
6#include "log.h" 7#include "log.h"
7#include "resize.h"
8 8
9static struct cmd_results *cmd_resize_set(int argc, char **argv) { 9static struct cmd_results *cmd_resize_set(int argc, char **argv) {
10 struct cmd_results *error = NULL; 10 struct cmd_results *error = NULL;