simple-touch: do not include GL headers
authorPekka Paalanen <ppaalanen@gmail.com>
Tue, 16 Oct 2012 14:27:21 +0000 (17:27 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 16 Oct 2012 14:48:55 +0000 (10:48 -0400)
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 <ppaalanen@gmail.com>
clients/simple-touch.c

index fa248f5..dafb58b 100644 (file)
@@ -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 {