aboutsummaryrefslogtreecommitdiff
path: root/examples/rotation.c
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2021-04-19 22:07:20 -0400
committerSimon Ser <contact@emersion.fr>2021-04-20 08:46:59 +0200
commit78b94a570c7b3050bb3607d82c7e770419be6411 (patch)
treefaa71b497e0424922d59ef262aebc8aa605d34e4 /examples/rotation.c
parent217c4f79a03b378cb5aa0eb196a4e2db72701138 (diff)
examples/rotation: remove unused includes
Diffstat (limited to 'examples/rotation.c')
-rw-r--r--examples/rotation.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/rotation.c b/examples/rotation.c
index c03cef97..ff34630e 100644
--- a/examples/rotation.c
+++ b/examples/rotation.c
@@ -10,11 +10,9 @@
#include <unistd.h>
#include <wayland-server-core.h>
#include <wlr/backend.h>
-#include <wlr/backend/session.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_keyboard.h>
#include <wlr/types/wlr_output.h>
-#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/util/log.h>