Move egl.h to render/egl.h

This commit is contained in:
Scott Anderson 2017-10-21 14:48:58 +13:00
parent 1782d5e7b7
commit 9b984253e2
15 changed files with 14 additions and 14 deletions

View file

@ -15,7 +15,7 @@
#endif
#include <wlr/backend/interface.h>
#include <wlr/backend/x11.h>
#include <wlr/egl.h>
#include <wlr/render/egl.h>
#include <wlr/interfaces/wlr_output.h>
#include <wlr/interfaces/wlr_input_device.h>
#include <wlr/interfaces/wlr_keyboard.h>