diff options
Diffstat (limited to 'tests/gem_tiled_pread_pwrite.c')
-rw-r--r-- | tests/gem_tiled_pread_pwrite.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/gem_tiled_pread_pwrite.c b/tests/gem_tiled_pread_pwrite.c index 3d8fdc9f..66a87b22 100644 --- a/tests/gem_tiled_pread_pwrite.c +++ b/tests/gem_tiled_pread_pwrite.c @@ -44,6 +44,7 @@ * Note that this test will use swap in an effort to test all of ram. */ +#include "igt.h" #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -56,10 +57,6 @@ #include <drm.h> -#include "ioctl_wrappers.h" -#include "drmtest.h" -#include "intel_io.h" -#include "igt_aux.h" IGT_TEST_DESCRIPTION("Test swizzling by testing pwrite does the inverse of" " pread."); |