summaryrefslogtreecommitdiff
path: root/tests/gem_fence_upload.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_fence_upload.c')
-rw-r--r--tests/gem_fence_upload.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_fence_upload.c b/tests/gem_fence_upload.c
index 9595bc82..9735b235 100644
--- a/tests/gem_fence_upload.c
+++ b/tests/gem_fence_upload.c
@@ -29,6 +29,7 @@
#include "config.h"
#endif
+#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
@@ -40,8 +41,6 @@
#include <pthread.h>
#include "drm.h"
#include "i915_drm.h"
-#include "drmtest.h"
-#include "ioctl_wrappers.h"
#define OBJECT_SIZE (1024*1024) /* restricted to 1MiB alignment on i915 fences */