diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 19:18:34 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 13:25:26 +1200 |
commit | cb4d50e22c217027d641fc36cd022d12bba8d1ad (patch) | |
tree | 0ae27d76bdbe33d49416536ff72e6cd360102e15 /examples/tablet.c | |
parent | 2ae5cd6539253e03e065f3ecbf55179527bb5ea2 (diff) |
Changed header paths.
Diffstat (limited to 'examples/tablet.c')
-rw-r--r-- | examples/tablet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tablet.c b/examples/tablet.c index d7f7d042..0be6dcb9 100644 --- a/examples/tablet.c +++ b/examples/tablet.c @@ -13,7 +13,7 @@ #include <wlr/render/gles2.h> #include <wlr/render.h> #include <wlr/backend.h> -#include <wlr/session.h> +#include <wlr/backend/session.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_tablet_tool.h> #include <wlr/types/wlr_tablet_pad.h> |