mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04: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
|
|
@ -2,8 +2,11 @@
|
|||
#include "view.h"
|
||||
#include <assert.h>
|
||||
#include <strings.h>
|
||||
#include <wlr/types/wlr_keyboard_group.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <wlr/types/wlr_scene.h>
|
||||
#include <wlr/types/wlr_security_context_v1.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include "action.h"
|
||||
#include "buffer.h"
|
||||
#include "common/box.h"
|
||||
|
|
@ -21,6 +24,7 @@
|
|||
#include "placement.h"
|
||||
#include "regions.h"
|
||||
#include "resize-indicator.h"
|
||||
#include "session-lock.h"
|
||||
#include "snap-constraints.h"
|
||||
#include "snap.h"
|
||||
#include "ssd.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue