include: reduce global includes in labwc.h

This commit is contained in:
John Lindgren 2025-07-28 01:22:10 -04:00 committed by Johan Malm
parent e21fc065c4
commit e1475a1e47
30 changed files with 78 additions and 52 deletions

View file

@ -1,6 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "input/touch.h"
#include <wayland-util.h>
#include <wlr/types/wlr_scene.h>
#include <wlr/types/wlr_seat.h>
#include <wlr/types/wlr_touch.h>
#include <linux/input-event-codes.h>
#include "common/macros.h"