mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -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
|
|
@ -19,7 +19,6 @@
|
|||
#include <wlr/types/wlr_ext_image_copy_capture_v1.h>
|
||||
#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
|
||||
#include <wlr/types/wlr_fractional_scale_v1.h>
|
||||
#include <wlr/types/wlr_gamma_control_v1.h>
|
||||
#include <wlr/types/wlr_input_method_v2.h>
|
||||
#include <wlr/types/wlr_linux_drm_syncobj_v1.h>
|
||||
#include <wlr/types/wlr_output_power_management_v1.h>
|
||||
|
|
@ -45,7 +44,6 @@
|
|||
#include "xwayland-shell-v1-protocol.h"
|
||||
#endif
|
||||
|
||||
#include "drm-lease-v1-protocol.h"
|
||||
#include "action.h"
|
||||
#include "common/macros.h"
|
||||
#include "config/rcxml.h"
|
||||
|
|
@ -59,7 +57,6 @@
|
|||
#include "magnifier.h"
|
||||
#include "menu/menu.h"
|
||||
#include "output.h"
|
||||
#include "output-state.h"
|
||||
#include "output-virtual.h"
|
||||
#include "regions.h"
|
||||
#include "resize-indicator.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue