mirror of
https://github.com/swaywm/sway.git
synced 2025-01-30 12:46:43 +00:00
Drop wlr_matrix.h include from sway/desktop/output.c
wlr_matrix is now private API. Fixes #8549
This commit is contained in:
parent
8acb0482da
commit
3ff60987f3
|
@ -10,7 +10,6 @@
|
|||
#include <wlr/types/wlr_buffer.h>
|
||||
#include <wlr/types/wlr_alpha_modifier_v1.h>
|
||||
#include <wlr/types/wlr_gamma_control_v1.h>
|
||||
#include <wlr/types/wlr_matrix.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <wlr/types/wlr_output_management_v1.h>
|
||||
#include <wlr/types/wlr_output_power_management_v1.h>
|
||||
|
|
Loading…
Reference in a new issue