mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
src: remove unused #includes (via include-what-you-use)
This commit is contained in:
parent
7c185c1a85
commit
b00873a988
52 changed files with 5 additions and 114 deletions
|
|
@ -2,8 +2,6 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
#include "input/cursor.h"
|
||||
#include <assert.h>
|
||||
#include <linux/input-event-codes.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include <wlr/backend/libinput.h>
|
||||
#include <wlr/types/wlr_cursor_shape_v1.h>
|
||||
|
|
@ -19,7 +17,6 @@
|
|||
#include "action.h"
|
||||
#include "common/macros.h"
|
||||
#include "common/mem.h"
|
||||
#include "common/scene-helpers.h"
|
||||
#include "common/surface-helpers.h"
|
||||
#include "config/mousebind.h"
|
||||
#include "config/rcxml.h"
|
||||
|
|
@ -33,7 +30,6 @@
|
|||
#include "layers.h"
|
||||
#include "menu/menu.h"
|
||||
#include "output.h"
|
||||
#include "regions.h"
|
||||
#include "resistance.h"
|
||||
#include "resize-outlines.h"
|
||||
#include "ssd.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue