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

@ -17,7 +17,7 @@
#include <wlr/interfaces/wlr_output.h>
#include <wlr/render.h>
#include <wlr/render/gles2.h>
#include <wlr/render/matrix.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/util/log.h>
#include <xf86drm.h>
#include <xf86drmMode.h>

View file

@ -9,7 +9,7 @@
#include <wlr/render.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/render/matrix.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/util/log.h>
#include "backend/drm/drm.h"
#include "glapi.h"