aboutsummaryrefslogtreecommitdiff
path: root/rootston/cursor.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-04 13:12:35 -0400
committerTony Crisci <tony@dubstepdish.com>2017-11-04 13:12:35 -0400
commit704f0f158a669689b78311cde35a736057f983b4 (patch)
tree9218ed70e84e542202df15fa93a805953130d259 /rootston/cursor.c
parent5354fe8729b8c52f8f3ff63f23f932c49bf8c880 (diff)
rootston: move device init to seat
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r--rootston/cursor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c
index 61dcae7a..9028c5bb 100644
--- a/rootston/cursor.c
+++ b/rootston/cursor.c
@@ -19,9 +19,7 @@
#include "rootston/desktop.h"
#include "rootston/view.h"
#include "rootston/keyboard.h"
-#include "rootston/pointer.h"
-#include "rootston/tablet_tool.h"
-#include "rootston/touch.h"
+#include "rootston/seat.h"
const struct roots_input_event *get_input_event(struct roots_input *input,
uint32_t serial) {