examples: remove unnecessary gles2.h imports

master
Rouven Czerwinski 5 years ago committed by Simon Ser
parent 6d0ee53e1a
commit c32d89ee3e
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -10,7 +10,6 @@
#include <wayland-server-core.h>
#include <wlr/backend.h>
#include <wlr/backend/session.h>
#include <wlr/render/gles2.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_keyboard.h>

@ -9,7 +9,6 @@
#include <wayland-server-core.h>
#include <wlr/backend.h>
#include <wlr/backend/session.h>
#include <wlr/render/gles2.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_keyboard.h>

Loading…
Cancel
Save