mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
tree-wide: use forward declarations for wlr types
This commit is contained in:
parent
b00873a988
commit
d2ce31fcc9
40 changed files with 63 additions and 12 deletions
|
|
@ -4,8 +4,10 @@
|
|||
#include <assert.h>
|
||||
#include <time.h>
|
||||
#include <wlr/backend/libinput.h>
|
||||
#include <wlr/types/wlr_cursor.h>
|
||||
#include <wlr/types/wlr_cursor_shape_v1.h>
|
||||
#include <wlr/types/wlr_data_device.h>
|
||||
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||
#include <wlr/types/wlr_pointer_constraints_v1.h>
|
||||
#include <wlr/types/wlr_primary_selection.h>
|
||||
#include <wlr/types/wlr_relative_pointer_v1.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue