diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-08 08:07:47 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-08 08:07:47 -0500 |
commit | d76e745b738281fb98834fd5dee78f2a21727d80 (patch) | |
tree | 60d4c92b68788b1380f03481f70663b5cd67e57c /sway/input/input-manager.c | |
parent | ec7fc42a00db8c230ca1a050f0a1f7badc697fa5 (diff) |
input include directory
Diffstat (limited to 'sway/input/input-manager.c')
-rw-r--r-- | sway/input/input-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c index b5ab8cc1..4f52e59a 100644 --- a/sway/input/input-manager.c +++ b/sway/input/input-manager.c @@ -6,8 +6,8 @@ #include <string.h> #include <libinput.h> #include "sway/config.h" -#include "sway/input-manager.h" -#include "sway/seat.h" +#include "sway/input/input-manager.h" +#include "sway/input/seat.h" #include "sway/server.h" #include "list.h" #include "log.h" |