summaryrefslogtreecommitdiffstats
path: root/sway/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input.c')
-rw-r--r--sway/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/input.c b/sway/input.c
index 1f3e99e7..ae24cb49 100644
--- a/sway/input.c
+++ b/sway/input.c
@@ -4,8 +4,8 @@
4#include <stdio.h> 4#include <stdio.h>
5#include <string.h> 5#include <string.h>
6#include <libinput.h> 6#include <libinput.h>
7#include "config.h" 7#include "sway/config.h"
8#include "input.h" 8#include "sway/input.h"
9#include "list.h" 9#include "list.h"
10#include "log.h" 10#include "log.h"
11 11