since it doesn't use any of them. Fixes a build failure on systems, where (E)GL headers are in non-standard path.
Signed-off-by: Pekka Paalanen <[email protected]> --- clients/simple-touch.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/clients/simple-touch.c b/clients/simple-touch.c index fa248f5..dafb58b 100644 --- a/clients/simple-touch.c +++ b/clients/simple-touch.c @@ -29,9 +29,7 @@ #include <unistd.h> #include <sys/mman.h> -#include <GLES2/gl2.h> #include <wayland-client.h> -#include <wayland-egl.h> #include "../shared/os-compatibility.h" struct touch { -- 1.7.8.6 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
