diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-01-27 07:31:19 +0800 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2025-01-27 07:31:19 +0800 |
| commit | 2f4070dcc565ec83fea2d050aeadff3ba9f70604 (patch) | |
| tree | a5b939afe2869b604e0d6ded91f14e16b6f9a7c1 | |
| parent | 4f2e4f2ff4cce1ad4c084cfd0346dc6655fe4bbd (diff) | |
Drop wlr_matrix.h include from sway/desktop/output.c
wlr_matrix is now private API.
Fixes #8549
| -rw-r--r-- | sway/desktop/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c index 607eca2c..d1facdea 100644 --- 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> |
