include: reduce unnecessary #includes

This commit is contained in:
John Lindgren 2025-09-02 23:02:27 -04:00
parent d14f5ca228
commit 94ad36191a
15 changed files with 17 additions and 12 deletions

View file

@ -4,7 +4,7 @@
#include <wayland-server-core.h>
#include <wlr/types/wlr_tablet_v2.h>
#include "config/tablet-tool.h"
#include "config/types.h"
struct seat;
struct wlr_device;