renderer-native-gles3: Remove unnecessary includes

They caused conflicts on i686 as GL/gl.h was included by cogl.

https://bugzilla.gnome.org/show_bug.cgi?id=788695
This commit is contained in:
Jonas Ådahl 2017-10-30 16:08:12 +08:00
parent 294f9419f7
commit fb3a64491e

View File

@ -27,12 +27,12 @@
#include "backends/native/meta-renderer-native-gles3.h"
#include <errno.h>
#include <gio/gio.h>
#include <GLES3/gl3.h>
#include <string.h>
#include "backends/meta-backend-private.h"
#include "backends/meta-gles3.h"
#include "backends/meta-gles3-table.h"
#include "backends/native/meta-renderer-native.h"
static EGLImageKHR
create_egl_image (MetaEgl *egl,