Fix includes of wlr_output.h

Remove unneeded includes of wlr_output.h from wlr_compositor.h and
wlr_cursor.h (unneeded now that we forward-declare struct wlr_surface)
and put the actually-required includes in the right places.
This commit is contained in:
David Turner 2025-02-13 15:12:17 +00:00 committed by Simon Ser
parent 1380a48b4d
commit c9d6339b60
5 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,6 @@
#include <stdint.h>
#include <time.h>
#include <wayland-server-core.h>
#include <wlr/types/wlr_output.h>
#include <wlr/util/addon.h>
#include <wlr/util/box.h>

View file

@ -11,7 +11,6 @@
#include <wayland-server-core.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_output.h>
struct wlr_input_device;
struct wlr_surface;