summaryrefslogtreecommitdiff
path: root/benchmarks/intel_upload_blit_large.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 21:29:01 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 21:29:01 +0100
commit254f19ba8dc4b00d0d5df0a4f8d0a0cb104b2df5 (patch)
tree31e0e88971205d7483ed7602cf65214f95dc0b29 /benchmarks/intel_upload_blit_large.c
parente49ceb869056255b8b6b94720b2279f6de88c893 (diff)
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 <daniel.vetter@ffwll.ch>
Diffstat (limited to 'benchmarks/intel_upload_blit_large.c')
-rw-r--r--benchmarks/intel_upload_blit_large.c6
1 files changed, 4 insertions, 2 deletions
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 <errno.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include "drm.h"
-#include "i915_drm.h"
+
+#include <drm.h>
+#include <i915_drm.h>
+
#include "drmtest.h"
#include "intel_bufmgr.h"
#include "intel_batchbuffer.h"