From 9192c0480a9bfb5603ea6b7891829a3140acc6fe Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 7 Jan 2021 00:11:48 -0500 Subject: remove unnecessary egl includes --- include/wlr/backend.h | 1 - include/wlr/backend/interface.h | 1 - include/wlr/render/interface.h | 12 ------------ 3 files changed, 14 deletions(-) (limited to 'include/wlr') 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 #include -#include 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 #include #include -#include 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 -#include #include #include #include -- cgit v1.2.3