aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2021-01-07 00:11:48 -0500
committerSimon Ser <contact@emersion.fr>2021-01-07 17:11:22 +0100
commit9192c0480a9bfb5603ea6b7891829a3140acc6fe (patch)
tree3eb2a4200d2b6026cdd444230857eadbd2bfea6b /include/backend/drm
parentb899a412e3eb7be76df495883de9aa2bdb3be06f (diff)
remove unnecessary egl includes
Diffstat (limited to 'include/backend/drm')
-rw-r--r--include/backend/drm/drm.h2
-rw-r--r--include/backend/drm/renderer.h1
2 files changed, 0 insertions, 3 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>