diff options
Diffstat (limited to 'sway/commands/for_window.c')
-rw-r--r-- | sway/commands/for_window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/for_window.c b/sway/commands/for_window.c index 49badd34..2ba0ea6c 100644 --- a/sway/commands/for_window.c +++ b/sway/commands/for_window.c @@ -1,6 +1,6 @@ #include <string.h> -#include "commands.h" -#include "criteria.h" +#include "sway/commands.h" +#include "sway/criteria.h" #include "list.h" #include "log.h" #include "stringop.h" |