mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -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
|
|
@ -4,6 +4,7 @@
|
|||
#include "common/graphic-helpers.h"
|
||||
#include "common/scene-helpers.h"
|
||||
#include "debug.h"
|
||||
#include "input/ime.h"
|
||||
#include "labwc.h"
|
||||
#include "node.h"
|
||||
#include "ssd.h"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#include <wlr/interfaces/wlr_keyboard.h>
|
||||
#include "action.h"
|
||||
#include "idle.h"
|
||||
#include "input/ime.h"
|
||||
#include "input/keyboard.h"
|
||||
#include "input/key-state.h"
|
||||
#include "labwc.h"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
#include <wlr/types/wlr_touch.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "common/mem.h"
|
||||
#include "input/ime.h"
|
||||
#include "input/tablet.h"
|
||||
#include "input/tablet_pad.h"
|
||||
#include "input/input.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue