mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
include: reduce unnecessary #includes
This commit is contained in:
parent
e9f17dc4a2
commit
7c185c1a85
15 changed files with 17 additions and 12 deletions
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include <wlr/types/wlr_text_input_v3.h>
|
||||
#include <wlr/types/wlr_input_method_v2.h>
|
||||
#include "labwc.h"
|
||||
|
||||
struct keyboard;
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/types/wlr_tablet_v2.h>
|
||||
#include "config/tablet-tool.h"
|
||||
#include "config/types.h"
|
||||
|
||||
struct seat;
|
||||
struct wlr_device;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue