Cleanup wlr_matrix.h includes

Many files used to require wlr_matrix but no longer do.
This commit is contained in:
Simon Ser 2023-11-23 22:16:10 +01:00
parent 7661ab2bf1
commit 56ec13596a
18 changed files with 0 additions and 18 deletions

View file

@ -11,7 +11,6 @@
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_fullscreen_shell_v1.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_output.h>
#include <wlr/util/box.h>