wayland: Fix cogl include

Do not include cogl.h in a way that may pick up the header from a
system-installed cogl version, which is incompatible with our
internal fork.
This commit is contained in:
Florian Müllner 2016-11-22 17:24:33 +01:00
parent 0aa6d9782c
commit 4af62438f2

View File

@ -28,7 +28,7 @@
#include <glib.h>
#include <glib-object.h>
#include "cogl/cogl/cogl.h"
#include "cogl/cogl.h"
#include "wayland/meta-wayland-types.h"
#define META_TYPE_WAYLAND_EGL_STREAM (meta_wayland_egl_stream_get_type ())