mirror of
https://github.com/labwc/labwc.git
synced 2026-02-24 01:40:15 -05:00
Fix some header includes detected by clangd
There were some missing headers like <stddef.h> for `NULL`, <wayland-util.h> for `wl_link` and <stdbool.h> for `true`/`false`. Also this commit fixes that `labwc.h` and `ime.h` included each other.
This commit is contained in:
parent
d67345564e
commit
d64e3915a3
10 changed files with 14 additions and 3 deletions
|
|
@ -46,7 +46,6 @@
|
|||
#include "config/keybind.h"
|
||||
#include "config/rcxml.h"
|
||||
#include "input/cursor.h"
|
||||
#include "input/ime.h"
|
||||
#include "overlay.h"
|
||||
#include "regions.h"
|
||||
#include "session-lock.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue