diff options
Diffstat (limited to 'tests/gem_cpu_reloc.c')
-rw-r--r-- | tests/gem_cpu_reloc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/gem_cpu_reloc.c b/tests/gem_cpu_reloc.c index 45449ffa..9dcd5080 100644 --- a/tests/gem_cpu_reloc.c +++ b/tests/gem_cpu_reloc.c @@ -45,6 +45,7 @@ * GPU will hang. */ +#include "igt.h" #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -56,13 +57,7 @@ #include <drm.h> -#include "ioctl_wrappers.h" -#include "drmtest.h" #include "intel_bufmgr.h" -#include "intel_batchbuffer.h" -#include "intel_io.h" -#include "intel_chipset.h" -#include "igt_aux.h" IGT_TEST_DESCRIPTION("Test the relocations through the CPU domain."); |