summaryrefslogtreecommitdiff
path: root/tests/gem_persistent_relocs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_persistent_relocs.c')
-rw-r--r--tests/gem_persistent_relocs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/gem_persistent_relocs.c b/tests/gem_persistent_relocs.c
index d57e1722..547fd82b 100644
--- a/tests/gem_persistent_relocs.c
+++ b/tests/gem_persistent_relocs.c
@@ -26,6 +26,7 @@
*/
#define _GNU_SOURCE
+#include "igt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -39,12 +40,6 @@
#include <drm.h>
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
-#include "intel_chipset.h"
-#include "intel_io.h"
-#include "igt_debugfs.h"
-#include "igt_aux.h"
IGT_TEST_DESCRIPTION("Test persistent relocations as used by uxa/libva.");