From 392c5f275ddf02fda0d8bfa35e25b6e8a0b86db9 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 16 Oct 2012 17:27:21 +0300 Subject: [PATCH] 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 --- clients/simple-touch.c | 2 -- 1 file changed, 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 #include -#include #include -#include #include "../shared/os-compatibility.h" struct touch { -- 2.7.4