diff options
Diffstat (limited to 'sway/input.c')
-rw-r--r-- | sway/input.c | 4 |
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 @@ #include <stdio.h> #include <string.h> #include <libinput.h> -#include "config.h" -#include "input.h" +#include "sway/config.h" +#include "sway/input.h" #include "list.h" #include "log.h" |