Resolve errors from 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:
tokyo4j 2024-04-22 04:35:46 +09:00
parent 858e1c65cf
commit 7b76b13270
10 changed files with 14 additions and 3 deletions

View file

@ -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"