mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
include: add missing header dependencies
Ensure that headers compile correctly regardless of include order.
This commit is contained in:
parent
69b9122194
commit
c9b576982d
3 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#ifndef LABWC_GRAPHIC_HELPERS_H
|
||||
#define LABWC_GRAPHIC_HELPERS_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <cairo.h>
|
||||
|
||||
struct wlr_fbox;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#ifndef LABWC_TOUCH_CONFIG_H
|
||||
#define LABWC_TOUCH_CONFIG_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <wayland-util.h>
|
||||
|
||||
struct touch_config_entry {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/types/wlr_tablet_v2.h>
|
||||
#include "config/tablet-tool.h"
|
||||
|
||||
struct seat;
|
||||
struct wlr_device;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue