summaryrefslogtreecommitdiff
path: root/tests/i915/gem_exec_big.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/gem_exec_big.c')
-rw-r--r--tests/i915/gem_exec_big.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/i915/gem_exec_big.c b/tests/i915/gem_exec_big.c
index a5869330..63de42d5 100644
--- a/tests/i915/gem_exec_big.c
+++ b/tests/i915/gem_exec_big.c
@@ -32,7 +32,6 @@
* Mostly useful to stress-test the error-capture code
*/
-#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
@@ -44,7 +43,10 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/time.h>
+
#include "drm.h"
+#include "i915/gem.h"
+#include "igt.h"
IGT_TEST_DESCRIPTION("Run a large nop batch to stress test the error capture"
" code.");