diff options
author | Simon Ser <contact@emersion.fr> | 2023-11-23 22:16:10 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-11-25 08:37:43 +0100 |
commit | 56ec13596a7aff5d0129df1edb2b00a271d45972 (patch) | |
tree | c50631d1474e0ce7222f5ed4fcf99d649552c8c4 /backend/x11/output.c | |
parent | 7661ab2bf16d12932c2fceab0680b72c830cdaa4 (diff) |
Cleanup wlr_matrix.h includes
Many files used to require wlr_matrix but no longer do.
Diffstat (limited to 'backend/x11/output.c')
-rw-r--r-- | backend/x11/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/x11/output.c b/backend/x11/output.c index 634424e5..0940c9b7 100644 --- a/backend/x11/output.c +++ b/backend/x11/output.c @@ -17,7 +17,6 @@ #include <wlr/interfaces/wlr_pointer.h> #include <wlr/interfaces/wlr_touch.h> #include <wlr/render/wlr_renderer.h> -#include <wlr/types/wlr_matrix.h> #include <wlr/util/log.h> #include "backend/x11.h" |