matrix: move to util/

wlr_matrix is not a standalone type like other headers in types/,
it's more of an internal utility. Move it to the appropriate place.
This commit is contained in:
Simon Ser 2025-01-27 17:48:18 +01:00
parent c1eb053f5e
commit 639ca05d35
8 changed files with 6 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#ifndef TYPES_WLR_MATRIX_H
#define TYPES_WLR_MATRIX_H
#ifndef UTIL_MATRIX_H
#define UTIL_MATRIX_H
#include <wayland-server-protocol.h>