diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-04-19 22:07:20 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-20 08:46:59 +0200 |
commit | 78b94a570c7b3050bb3607d82c7e770419be6411 (patch) | |
tree | faa71b497e0424922d59ef262aebc8aa605d34e4 /examples | |
parent | 217c4f79a03b378cb5aa0eb196a4e2db72701138 (diff) |
examples/rotation: remove unused includes
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rotation.c | 2 |
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> |