summaryrefslogtreecommitdiff
path: root/tests/i915/gem_exec_lut_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/gem_exec_lut_handle.c')
-rw-r--r--tests/i915/gem_exec_lut_handle.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/i915/gem_exec_lut_handle.c b/tests/i915/gem_exec_lut_handle.c
index 6f227628..bd69e941 100644
--- a/tests/i915/gem_exec_lut_handle.c
+++ b/tests/i915/gem_exec_lut_handle.c
@@ -27,7 +27,6 @@
/* Exercises the basic execbuffer using the handle LUT interface */
-#include "igt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -36,7 +35,10 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/time.h>
+
#include "drm.h"
+#include "i915/gem.h"
+#include "igt.h"
IGT_TEST_DESCRIPTION("Exercises the basic execbuffer using the handle LUT"
" interface.");