aboutsummaryrefslogtreecommitdiff
path: root/example/shared.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-21 10:27:45 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-21 10:27:45 -0400
commitfd91244e8356f1fded735fae8f67d15efaccf6be (patch)
treeba6f47d84f621e52056e8c32ce6a86bf8a59d60c /example/shared.h
parent53a8b4f127a370a84c81e0c91b8c6fce8b18842f (diff)
Update everyone to use new headers
Diffstat (limited to 'example/shared.h')
-rw-r--r--example/shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/shared.h b/example/shared.h
index 6d533443..b07f820a 100644
--- a/example/shared.h
+++ b/example/shared.h
@@ -7,7 +7,8 @@
#include <wayland-server-protocol.h>
#include <wlr/backend.h>
#include <wlr/session.h>
-#include <wlr/types.h>
+#include <wlr/types/wlr_output.h>
+#include <wlr/types/wlr_input_device.h>
struct output_state {
struct compositor_state *compositor;