aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_matrix.h (renamed from include/wlr/render/matrix.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/render/matrix.h b/include/wlr/types/wlr_matrix.h
index a333bf0f..498b643c 100644
--- a/include/wlr/render/matrix.h
+++ b/include/wlr/types/wlr_matrix.h
@@ -1,5 +1,5 @@
-#ifndef WLR_RENDER_MATRIX_H
-#define WLR_RENDER_MATRIX_H
+#ifndef WLR_TYPES_WLR_MATRIX_H
+#define WLR_TYPES_WLR_MATRIX_H
#include <stdint.h>
#include <wlr/types/wlr_box.h>