overlay.h: reduce included headers

This commit is contained in:
tokyo4j 2025-08-31 04:38:36 +09:00 committed by Johan Malm
parent d1a9529239
commit 78d47c5c37
6 changed files with 9 additions and 6 deletions

View file

@ -18,6 +18,7 @@
#include "labwc.h"
#include "idle.h"
#include "action.h"
#include "view.h"
bool
tablet_tool_has_focused_surface(struct seat *seat)

View file

@ -15,6 +15,7 @@
#include "idle.h"
#include "labwc.h"
#include "ssd.h"
#include "view.h"
/* Holds layout -> surface offsets to report motion events in relative coords */
struct touch_point {