Skip to content

Commit

Permalink
render: remove egl include from wlr_renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckb0ne authored and emersion committed Jan 16, 2021
1 parent e128e6c commit 08a4c62
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/drm/renderer.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <string.h>
#include <unistd.h>
#include <wayland-util.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_matrix.h>
Expand Down
1 change: 1 addition & 0 deletions backend/headless/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <wlr/interfaces/wlr_output.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/util/log.h>
Expand Down
1 change: 1 addition & 0 deletions backend/wayland/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <wayland-client.h>

#include <wlr/interfaces/wlr_output.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_matrix.h>
Expand Down
1 change: 1 addition & 0 deletions backend/x11/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <wlr/interfaces/wlr_output.h>
#include <wlr/interfaces/wlr_pointer.h>
#include <wlr/interfaces/wlr_touch.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/util/log.h>

Expand Down
1 change: 0 additions & 1 deletion include/wlr/render/wlr_renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <stdint.h>
#include <wayland-server-protocol.h>
#include <wlr/backend.h>
#include <wlr/render/egl.h>
#include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_box.h>

Expand Down

0 comments on commit 08a4c62

Please sign in to comment.