mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -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
|
|
@ -7,7 +7,14 @@
|
|||
#include <time.h>
|
||||
#include <wlr/backend/libinput.h>
|
||||
#include <wlr/types/wlr_cursor_shape_v1.h>
|
||||
#include <wlr/types/wlr_data_device.h>
|
||||
#include <wlr/types/wlr_pointer_constraints_v1.h>
|
||||
#include <wlr/types/wlr_primary_selection.h>
|
||||
#include <wlr/types/wlr_relative_pointer_v1.h>
|
||||
#include <wlr/types/wlr_scene.h>
|
||||
#include <wlr/types/wlr_subcompositor.h>
|
||||
#include <wlr/types/wlr_xcursor_manager.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include <wlr/util/region.h>
|
||||
#include "action.h"
|
||||
#include "common/macros.h"
|
||||
|
|
@ -15,7 +22,6 @@
|
|||
#include "common/scene-helpers.h"
|
||||
#include "common/surface-helpers.h"
|
||||
#include "config/mousebind.h"
|
||||
#include "config/tablet-tool.h"
|
||||
#include "dnd.h"
|
||||
#include "idle.h"
|
||||
#include "input/gestures.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue