summaryrefslogtreecommitdiff
path: root/tests/gem_gtt_cpu_tlb.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_gtt_cpu_tlb.c')
-rw-r--r--tests/gem_gtt_cpu_tlb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/gem_gtt_cpu_tlb.c b/tests/gem_gtt_cpu_tlb.c
index a019061c..0808f6c0 100644
--- a/tests/gem_gtt_cpu_tlb.c
+++ b/tests/gem_gtt_cpu_tlb.c
@@ -30,6 +30,7 @@
* This test checks whether gtt tlbs for cpu access are correctly invalidated.
*/
+#include "igt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -40,9 +41,6 @@
#include <sys/time.h>
#include <sys/ioctl.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
-#include "intel_io.h"
IGT_TEST_DESCRIPTION("Check whether gtt tlbs for cpu access are correctly"
" invalidated.");