commit 3ff60987f3a1f8707e0d095a1dd822fda7aa1fe0
parent 8acb0482da68af69d52ab168f9e30e2464b9c7a3
Author: Bill Li <billli11hkb@gmail.com>
Date: Mon, 27 Jan 2025 07:31:19 +0800
Drop wlr_matrix.h include from sway/desktop/output.c
wlr_matrix is now private API.
Fixes #8549
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
@@ -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>