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

@ -6,9 +6,11 @@
#include <wlr/backend/multi.h>
#include <wlr/backend/session.h>
#include <wlr/interfaces/wlr_keyboard.h>
#include <wlr/types/wlr_keyboard_group.h>
#include "action.h"
#include "common/macros.h"
#include "common/three-state.h"
#include "config/keybind.h"
#include "idle.h"
#include "input/ime.h"
#include "input/key-state.h"
@ -16,6 +18,7 @@
#include "menu/menu.h"
#include "osd.h"
#include "regions.h"
#include "session-lock.h"
#include "view.h"
#include "workspaces.h"