Drop wlr_matrix.h include from sway/desktop/output.c

wlr_matrix is now private API.

Fixes #8549
This commit is contained in:
Bill Li 2025-01-27 07:31:19 +08:00 committed by Alexander Orzechowski
parent 8acb0482da
commit 3ff60987f3

View file

@ -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>