aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/drm.h2
-rw-r--r--include/backend/drm/renderer.h1
-rw-r--r--include/backend/wayland.h1
-rw-r--r--include/backend/x11.h1
-rw-r--r--include/wlr/backend.h1
-rw-r--r--include/wlr/backend/interface.h1
-rw-r--r--include/wlr/render/interface.h12
7 files changed, 0 insertions, 19 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index c3391dcf..3759ea35 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -1,7 +1,6 @@
#ifndef BACKEND_DRM_DRM_H
#define BACKEND_DRM_DRM_H
-#include <EGL/egl.h>
#include <gbm.h>
#include <stdbool.h>
#include <stddef.h>
@@ -12,7 +11,6 @@
#include <wlr/backend/drm.h>
#include <wlr/backend/session.h>
#include <wlr/render/drm_format_set.h>
-#include <wlr/render/egl.h>
#include <xf86drmMode.h>
#include "iface.h"
#include "properties.h"
diff --git a/include/backend/drm/renderer.h b/include/backend/drm/renderer.h
index e422ac4b..d30d4150 100644
--- a/include/backend/drm/renderer.h
+++ b/include/backend/drm/renderer.h
@@ -1,7 +1,6 @@
#ifndef BACKEND_DRM_RENDERER_H
#define BACKEND_DRM_RENDERER_H
-#include <EGL/egl.h>
#include <gbm.h>
#include <stdbool.h>
#include <stdint.h>
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index dc9670f5..e0e8ee37 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -7,7 +7,6 @@
#include <wayland-server-core.h>
#include <wlr/backend/wayland.h>
-#include <wlr/render/egl.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_pointer.h>
diff --git a/include/backend/x11.h b/include/backend/x11.h
index db6e5870..44f3693b 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -21,7 +21,6 @@
#include <wlr/interfaces/wlr_pointer.h>
#include <wlr/interfaces/wlr_touch.h>
#include <wlr/render/drm_format_set.h>
-#include <wlr/render/egl.h>
#include <wlr/render/wlr_renderer.h>
#define XCB_EVENT_RESPONSE_TYPE_MASK 0x7f
diff --git a/include/wlr/backend.h b/include/wlr/backend.h
index edccc665..2b869f28 100644
--- a/include/wlr/backend.h
+++ b/include/wlr/backend.h
@@ -11,7 +11,6 @@
#include <wayland-server-core.h>
#include <wlr/backend/session.h>
-#include <wlr/render/egl.h>
struct wlr_backend_impl;
diff --git a/include/wlr/backend/interface.h b/include/wlr/backend/interface.h
index 4a6a5cbb..8782ae0b 100644
--- a/include/wlr/backend/interface.h
+++ b/include/wlr/backend/interface.h
@@ -12,7 +12,6 @@
#include <stdbool.h>
#include <time.h>
#include <wlr/backend.h>
-#include <wlr/render/egl.h>
struct wlr_backend_impl {
bool (*start)(struct wlr_backend *backend);
diff --git a/include/wlr/render/interface.h b/include/wlr/render/interface.h
index 3ce91d32..feca44e1 100644
--- a/include/wlr/render/interface.h
+++ b/include/wlr/render/interface.h
@@ -9,18 +9,6 @@
#ifndef WLR_RENDER_INTERFACE_H
#define WLR_RENDER_INTERFACE_H
-#ifndef MESA_EGL_NO_X11_HEADERS
-#define MESA_EGL_NO_X11_HEADERS
-#endif
-#ifndef EGL_NO_X11
-#define EGL_NO_X11
-#endif
-#ifndef EGL_NO_PLATFORM_SPECIFIC_TYPES
-#define EGL_NO_PLATFORM_SPECIFIC_TYPES
-#endif
-
-#include <EGL/egl.h>
-#include <EGL/eglext.h>
#include <stdbool.h>
#include <wayland-server-protocol.h>
#include <wlr/render/wlr_renderer.h>