diff options
Diffstat (limited to 'tests/gem_non_secure_batch.c')
-rw-r--r-- | tests/gem_non_secure_batch.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/gem_non_secure_batch.c b/tests/gem_non_secure_batch.c index d00ce456..afa8ce05 100644 --- a/tests/gem_non_secure_batch.c +++ b/tests/gem_non_secure_batch.c @@ -25,6 +25,7 @@ * */ +#include "igt.h" #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -34,12 +35,7 @@ #include <sys/stat.h> #include <sys/time.h> #include "drm.h" -#include "ioctl_wrappers.h" -#include "drmtest.h" #include "intel_bufmgr.h" -#include "intel_batchbuffer.h" -#include "intel_chipset.h" -#include "intel_io.h" #include "i830_reg.h" IGT_TEST_DESCRIPTION("Basic check of non-secure batches."); |