diff options
author | Simon Ser <contact@emersion.fr> | 2021-02-08 13:46:47 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-02-14 16:49:54 +0100 |
commit | b60c5fa45011ff9bd30417bf1cfeda455bcd8042 (patch) | |
tree | e30f6b388598fbdb69b4f1df70ce086242d90412 /examples/layer-shell.c | |
parent | 12cc46514416f9501231ee19aa26e4140bbbab36 (diff) |
examples: drop wlr/render/egl.h include from client examples
We use egl_common.h instead.
Fixes: 34e7f69d6942 ("examples: remove dependency on wlr_egl from clients")
Diffstat (limited to 'examples/layer-shell.c')
-rw-r--r-- | examples/layer-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/layer-shell.c b/examples/layer-shell.c index 19f76a68..274858d4 100644 --- a/examples/layer-shell.c +++ b/examples/layer-shell.c @@ -11,7 +11,6 @@ #include <wayland-client.h> #include <wayland-cursor.h> #include <wayland-egl.h> -#include <wlr/render/egl.h> #include <wlr/util/log.h> #include "egl_common.h" #include "wlr-layer-shell-unstable-v1-client-protocol.h" |