summaryrefslogtreecommitdiff
path: root/benchmarks/intel_upload_blit_large.c
diff options
context:
space:
mode:
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"