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:
parent
294f9419f7
commit
fb3a64491e
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue