aboutsummaryrefslogtreecommitdiff
path: root/backend/libinput/tablet_pad.c
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-07-11 19:18:34 +1200
committerScott Anderson <ascent12@hotmail.com>2017-08-06 13:25:26 +1200
commitcb4d50e22c217027d641fc36cd022d12bba8d1ad (patch)
tree0ae27d76bdbe33d49416536ff72e6cd360102e15 /backend/libinput/tablet_pad.c
parent2ae5cd6539253e03e065f3ecbf55179527bb5ea2 (diff)
Changed header paths.
Diffstat (limited to 'backend/libinput/tablet_pad.c')
-rw-r--r--backend/libinput/tablet_pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/libinput/tablet_pad.c b/backend/libinput/tablet_pad.c
index 5517fa63..9bf45ba6 100644
--- a/backend/libinput/tablet_pad.c
+++ b/backend/libinput/tablet_pad.c
@@ -1,7 +1,7 @@
#include <stdlib.h>
#include <assert.h>
#include <libinput.h>
-#include <wlr/session.h>
+#include <wlr/backend/session.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/interfaces/wlr_tablet_pad.h>
#include <wlr/util/log.h>