mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -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
|
|
@ -2,6 +2,9 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
#include "session-lock.h"
|
||||
#include <assert.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <wlr/types/wlr_scene.h>
|
||||
#include <wlr/types/wlr_session_lock_v1.h>
|
||||
#include "common/mem.h"
|
||||
#include "labwc.h"
|
||||
#include "node.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue