summaryrefslogtreecommitdiff
path: root/tests/prime_self_import.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prime_self_import.c')
-rw-r--r--tests/prime_self_import.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/prime_self_import.c b/tests/prime_self_import.c
index f114ad09..27dddf22 100644
--- a/tests/prime_self_import.c
+++ b/tests/prime_self_import.c
@@ -32,6 +32,7 @@
*/
#define _GNU_SOURCE
+#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
@@ -44,9 +45,6 @@
#include <pthread.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
-#include "igt_debugfs.h"
IGT_TEST_DESCRIPTION("Check whether prime import/export works on the same"
" device.");