summaryrefslogtreecommitdiff
path: root/tests/gem_evict_everything.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_evict_everything.c')
-rw-r--r--tests/gem_evict_everything.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/gem_evict_everything.c b/tests/gem_evict_everything.c
index 54acc2b6..a7c3bf45 100644
--- a/tests/gem_evict_everything.c
+++ b/tests/gem_evict_everything.c
@@ -30,6 +30,7 @@
* Testcase: run a couple of big batches to force the eviction code.
*/
+#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
@@ -42,10 +43,6 @@
#include <sys/ioctl.h>
#include <sys/time.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
-#include "intel_chipset.h"
-#include "igt_gt.h"
#include "eviction_common.c"