aboutsummaryrefslogtreecommitdiff
path: root/examples/tablet.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-01 15:47:58 -0400
committerDrew DeVault <sir@cmpwn.com>2017-11-01 15:47:58 -0400
commit4f73498b78645728ff23adfbf9b650a1b66b66bb (patch)
treedb4c1a84bd66da1530ba33ec6781f75b7456b36b /examples/tablet.c
parent19f24e5530625f4b7cafb6cbcdbb71fe69c2288c (diff)
Move shared example code
Diffstat (limited to 'examples/tablet.c')
-rw-r--r--examples/tablet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tablet.c b/examples/tablet.c
index 4b565d3d..4eaa204a 100644
--- a/examples/tablet.c
+++ b/examples/tablet.c
@@ -19,8 +19,8 @@
#include <wlr/types/wlr_tablet_pad.h>
#include <wlr/util/log.h>
#include <math.h>
-#include "shared.h"
-#include "cat.h"
+#include "support/shared.h"
+#include "support/cat.h"
struct sample_state {
struct wlr_renderer *renderer;