mirror of
https://github.com/labwc/labwc.git
synced 2026-04-03 07:15:34 -04:00
include: reduce global includes in labwc.h
This commit is contained in:
parent
e21fc065c4
commit
e1475a1e47
30 changed files with 78 additions and 52 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
#include "input/ime.h"
|
||||
#include <assert.h>
|
||||
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||
#include <wlr/types/wlr_virtual_keyboard_v1.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include "common/mem.h"
|
||||
#include "node.h"
|
||||
#include "output.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue