From 254f19ba8dc4b00d0d5df0a4f8d0a0cb104b2df5 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 22 Mar 2014 21:29:01 +0100 Subject: lib: unnecessary header removal for drmtest.h, part 2 I've left unistd.h in it - it's not strictly required but most users of drmtest.h want it for the open helpers, and then you kinda need to close that file descriptor again ... Signed-off-by: Daniel Vetter --- benchmarks/intel_upload_blit_large.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 b44433f9..40bdbcfb 100644 --- a/benchmarks/intel_upload_blit_large.c +++ b/benchmarks/intel_upload_blit_large.c @@ -53,8 +53,10 @@ #include #include #include -#include "drm.h" -#include "i915_drm.h" + +#include +#include + #include "drmtest.h" #include "intel_bufmgr.h" #include "intel_batchbuffer.h" -- cgit v1.2.3