summaryrefslogtreecommitdiff
path: root/tests/gem_gpgpu_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_gpgpu_fill.c')
-rw-r--r--tests/gem_gpgpu_fill.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/gem_gpgpu_fill.c b/tests/gem_gpgpu_fill.c
index df0d7c8b..9a84f284 100644
--- a/tests/gem_gpgpu_fill.c
+++ b/tests/gem_gpgpu_fill.c
@@ -30,6 +30,7 @@
* workload for the GPGPU pipeline.
*/
+#include "igt.h"
#include <stdbool.h>
#include <unistd.h>
#include <stdlib.h>
@@ -42,12 +43,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_io.h"
-#include "intel_chipset.h"
#define WIDTH 64
#define HEIGHT 64