summaryrefslogtreecommitdiff
path: root/tests/gem_ctx_bad_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_ctx_bad_exec.c')
-rw-r--r--tests/gem_ctx_bad_exec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_ctx_bad_exec.c b/tests/gem_ctx_bad_exec.c
index 36afd7d8..2dd601da 100644
--- a/tests/gem_ctx_bad_exec.c
+++ b/tests/gem_ctx_bad_exec.c
@@ -30,6 +30,7 @@
* test we can't submit contexts to unsupported rings
*/
+#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
@@ -42,8 +43,6 @@
#include <sys/ioctl.h>
#include <sys/time.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
IGT_TEST_DESCRIPTION("Test that context cannot be submitted to unsupported"
" rings.");