diff options
Diffstat (limited to 'tests/gem_tiling_max_stride.c')
-rw-r--r-- | tests/gem_tiling_max_stride.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/gem_tiling_max_stride.c b/tests/gem_tiling_max_stride.c index fce1ac7d..9ab5341d 100644 --- a/tests/gem_tiling_max_stride.c +++ b/tests/gem_tiling_max_stride.c @@ -25,6 +25,7 @@ * */ +#include "igt.h" #include <unistd.h> #include <stdlib.h> #include <stdio.h> @@ -36,10 +37,6 @@ #include <sys/stat.h> #include <sys/ioctl.h> #include "drm.h" -#include "ioctl_wrappers.h" -#include "drmtest.h" -#include "intel_io.h" -#include "intel_chipset.h" IGT_TEST_DESCRIPTION("Check that max fence stride works."); |