Use correct include path for glapi.h

This commit is contained in:
Scott Anderson 2017-11-30 10:32:55 +13:00
parent 5649544a14
commit bc113c16aa
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
#include <wlr/render/matrix.h>
#include <wlr/util/log.h>
#include "render/gles2.h"
#include "render/glapi.h"
#include "glapi.h"
struct shaders shaders;