compositor-{drm, x11, wayland}: stop including EGL headers here

Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Jonny Lamb 2015-03-24 13:12:00 +01:00 committed by Pekka Paalanen
parent 41d2ccccb0
commit 62185f42ea
4 changed files with 1 additions and 6 deletions

View File

@ -52,8 +52,6 @@
#include "vaapi-recorder.h"
#include "presentation_timing-server-protocol.h"
#include <EGL/eglext.h>
#ifndef DRM_CAP_TIMESTAMP_MONOTONIC
#define DRM_CAP_TIMESTAMP_MONOTONIC 0x6
#endif

View File

@ -45,8 +45,6 @@
#include "fullscreen-shell-client-protocol.h"
#include "presentation_timing-server-protocol.h"
#include <EGL/eglext.h>
#define WINDOW_TITLE "Weston Compositor"
#ifndef EGL_PLATFORM_WAYLAND_KHR

View File

@ -53,8 +53,6 @@
#include "../shared/image-loader.h"
#include "presentation_timing-server-protocol.h"
#include <EGL/eglext.h>
#define DEFAULT_AXIS_STEP_DISTANCE wl_fixed_from_int(10)
#ifndef EGL_PLATFORM_X11_KHR

View File

@ -27,6 +27,7 @@
#ifdef ENABLE_EGL
#include <EGL/egl.h>
#include <EGL/eglext.h>
#else