mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
include: reduce global includes in labwc.h
This commit is contained in:
parent
e21fc065c4
commit
e1475a1e47
30 changed files with 78 additions and 52 deletions
|
|
@ -3,6 +3,9 @@
|
|||
#include "xwayland.h"
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <wlr/types/wlr_seat.h>
|
||||
#include <wlr/types/wlr_xcursor_manager.h>
|
||||
#include <wlr/xwayland.h>
|
||||
#include "buffer.h"
|
||||
#include "common/array.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue