tree-wide: use forward declarations for wlr types

This commit is contained in:
John Lindgren 2025-09-06 20:06:32 -04:00 committed by Hiroaki Yamamoto
parent b00873a988
commit d2ce31fcc9
40 changed files with 63 additions and 12 deletions

View file

@ -4,6 +4,8 @@
#include <assert.h>
#include <stdlib.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_scene.h>
#include <wlr/types/wlr_seat.h>
#include <wlr/types/wlr_xcursor_manager.h>
#include <wlr/xwayland.h>