matrix: move to types/

This commit is contained in:
emersion 2018-03-15 09:11:03 +01:00
parent 85da9df807
commit b6a3f240c7
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
17 changed files with 18 additions and 18 deletions

View file

@ -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>