diff options
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/input/cursor.h (renamed from include/sway/cursor.h) | 2 | ||||
-rw-r--r-- | include/sway/input/input-manager.h (renamed from include/sway/input-manager.h) | 2 | ||||
-rw-r--r-- | include/sway/input/seat.h (renamed from include/sway/seat.h) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/sway/cursor.h b/include/sway/input/cursor.h index 647bc8f1..91421964 100644 --- a/include/sway/cursor.h +++ b/include/sway/input/cursor.h @@ -1,7 +1,7 @@ #ifndef _SWAY_CURSOR_H #define _SWAY_CURSOR_H -#include "sway/seat.h" +#include "sway/input/seat.h" struct sway_cursor { struct wlr_cursor *cursor; diff --git a/include/sway/input-manager.h b/include/sway/input/input-manager.h index 4c01a043..5dc75ba7 100644 --- a/include/sway/input-manager.h +++ b/include/sway/input/input-manager.h @@ -2,7 +2,7 @@ #define _SWAY_INPUT_MANAGER_H #include <libinput.h> #include "sway/server.h" -#include "config.h" +#include "sway/config.h" #include "list.h" struct sway_input_manager { diff --git a/include/sway/seat.h b/include/sway/input/seat.h index 2f8ca72e..a84b7efd 100644 --- a/include/sway/seat.h +++ b/include/sway/input/seat.h @@ -2,7 +2,7 @@ #define _SWAY_SEAT_H #include <wlr/types/wlr_seat.h> -#include "sway/input-manager.h" +#include "sway/input/input-manager.h" struct sway_seat { struct wlr_seat *seat; |