diff mbox

tests/gem_media_fill: Remove unnecessary include

Message ID 1386333529-31270-1-git-send-email-tvrtko.ursulin@linux.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Tvrtko Ursulin Dec. 6, 2013, 12:38 p.m. UTC
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

Causes trouble for Android builds.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
 tests/gem_media_fill.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Daniel Vetter Dec. 6, 2013, 4:17 p.m. UTC | #1
On Fri, Dec 06, 2013 at 12:38:49PM +0000, Tvrtko Ursulin wrote:
> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> 
> Causes trouble for Android builds.
> 
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

Applied, thanks.
-Daniel

> ---
>  tests/gem_media_fill.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tests/gem_media_fill.c b/tests/gem_media_fill.c
> index 40b391d..b458ded 100644
> --- a/tests/gem_media_fill.c
> +++ b/tests/gem_media_fill.c
> @@ -32,7 +32,6 @@
>  
>  #include <stdbool.h>
>  #include <unistd.h>
> -#include <cairo.h>
>  
>  #include "media_fill.h"
>  
> -- 
> 1.8.4.3
>
diff mbox

Patch

diff --git a/tests/gem_media_fill.c b/tests/gem_media_fill.c
index 40b391d..b458ded 100644
--- a/tests/gem_media_fill.c
+++ b/tests/gem_media_fill.c
@@ -32,7 +32,6 @@ 
 
 #include <stdbool.h>
 #include <unistd.h>
-#include <cairo.h>
 
 #include "media_fill.h"