Make session optional

This commit is contained in:
Simon Ser 2022-11-26 20:16:42 +01:00 committed by Simon Zeni
parent e795ea6a0c
commit 46170580b2
2 changed files with 7 additions and 2 deletions

View file

@ -3,7 +3,6 @@
#include <stdbool.h>
#include <wayland-server-core.h>
#include <wlr/backend.h>
#include <wlr/backend/session.h>
#include <wlr/render/allocator.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_compositor.h>