diff options
author | Simon Ser <contact@emersion.fr> | 2021-01-14 12:36:49 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-14 12:36:49 +0100 |
commit | a6a0568316233fc1988cd81c564e9b913ab476d0 (patch) | |
tree | 021ef8e4daf5c467c65dc8072534769e3dfc18bf /backend/drm/drm.c | |
parent | 5642b880c39a71666d9f76d4606e2e227e2030a2 (diff) |
backend: remove unnecessary GLES2 includes
Diffstat (limited to 'backend/drm/drm.c')
-rw-r--r-- | backend/drm/drm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/drm/drm.c b/backend/drm/drm.c index e57ec442..a045bd53 100644 --- a/backend/drm/drm.c +++ b/backend/drm/drm.c @@ -4,8 +4,6 @@ #include <drm_mode.h> #include <errno.h> #include <gbm.h> -#include <GLES2/gl2.h> -#include <GLES2/gl2ext.h> #include <inttypes.h> #include <stdint.h> #include <stdio.h> @@ -17,7 +15,6 @@ #include <wayland-util.h> #include <wlr/backend/interface.h> #include <wlr/interfaces/wlr_output.h> -#include <wlr/render/gles2.h> #include <wlr/render/wlr_renderer.h> #include <wlr/types/wlr_matrix.h> #include <wlr/util/log.h> |