diff options
-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> |