examples: drop wlr/render/egl.h include from client examples

We use egl_common.h instead.

Fixes: 34e7f69d69 ("examples: remove dependency on wlr_egl from clients")
This commit is contained in:
Simon Ser 2021-02-08 13:46:47 +01:00
parent 12cc465144
commit b60c5fa450
8 changed files with 0 additions and 8 deletions

View file

@ -4,7 +4,6 @@
#include <string.h>
#include <wayland-client.h>
#include <wayland-egl.h>
#include <wlr/render/egl.h>
#include "egl_common.h"
#include "xdg-shell-client-protocol.h"
#include "xdg-decoration-unstable-v1-client-protocol.h"