aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/input-manager.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-08 08:07:47 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-08 08:07:47 -0500
commitd76e745b738281fb98834fd5dee78f2a21727d80 (patch)
tree60d4c92b68788b1380f03481f70663b5cd67e57c /sway/input/input-manager.c
parentsway cursor (diff)
downloadsway-d76e745b738281fb98834fd5dee78f2a21727d80.tar.gz
sway-d76e745b738281fb98834fd5dee78f2a21727d80.tar.zst
sway-d76e745b738281fb98834fd5dee78f2a21727d80.zip
input include directory
Diffstat (limited to 'sway/input/input-manager.c')
-rw-r--r--sway/input/input-manager.c4
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 @@
6#include <string.h> 6#include <string.h>
7#include <libinput.h> 7#include <libinput.h>
8#include "sway/config.h" 8#include "sway/config.h"
9#include "sway/input-manager.h" 9#include "sway/input/input-manager.h"
10#include "sway/seat.h" 10#include "sway/input/seat.h"
11#include "sway/server.h" 11#include "sway/server.h"
12#include "list.h" 12#include "list.h"
13#include "log.h" 13#include "log.h"