From 1b492e311ce13fe4bc42f1edd5479441662d4855 Mon Sep 17 00:00:00 2001 From: Derek Morton Date: Thu, 1 Oct 2015 16:09:02 +0100 Subject: benchmarks: Fix build errors on Android M-Dessert Android M-Dessert treats implicit declaration of function warnings as errors resulting in igt failing to build. This patch fixes the errors by including missing header files as required. Mostly this involved including igt.h in the benchmarks. Signed-off-by: Derek Morton Signed-off-by: Daniel Vetter --- benchmarks/intel_upload_blit_large.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'benchmarks/intel_upload_blit_large.c') diff --git a/benchmarks/intel_upload_blit_large.c b/benchmarks/intel_upload_blit_large.c index 1984bfde..12bbae3d 100644 --- a/benchmarks/intel_upload_blit_large.c +++ b/benchmarks/intel_upload_blit_large.c @@ -44,6 +44,7 @@ * The current workload doing this path is pixmap upload for non-KMS. */ +#include "igt.h" #include #include #include @@ -57,12 +58,6 @@ #include #include -#include "drmtest.h" -#include "intel_bufmgr.h" -#include "intel_batchbuffer.h" -#include "intel_io.h" -#include "intel_chipset.h" - #define OBJECT_WIDTH 1280 #define OBJECT_HEIGHT 720 -- cgit v1.2.3