summaryrefslogtreecommitdiff
path: root/clients/simple-touch.c
diff options
context:
space:
mode:
authorPekka Paalanen <ppaalanen@gmail.com>2012-10-16 17:27:21 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-10-16 10:48:55 -0400
commit392c5f275ddf02fda0d8bfa35e25b6e8a0b86db9 (patch)
tree39ab289fb97b1823257c021413550e04e18acaa4 /clients/simple-touch.c
parent5f8a67cce8e5a83ab52aaa9626039a74844e7ee4 (diff)
downloadweston-392c5f275ddf02fda0d8bfa35e25b6e8a0b86db9.tar.gz
simple-touch: do not include GL headers
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>
Diffstat (limited to 'clients/simple-touch.c')
-rw-r--r--clients/simple-touch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clients/simple-touch.c b/clients/simple-touch.c
index fa248f5c..dafb58b0 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 {