summaryrefslogtreecommitdiff
path: root/tests/gem_unfence_active_buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_unfence_active_buffers.c')
-rw-r--r--tests/gem_unfence_active_buffers.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/gem_unfence_active_buffers.c b/tests/gem_unfence_active_buffers.c
index 125568ed..d1692531 100644
--- a/tests/gem_unfence_active_buffers.c
+++ b/tests/gem_unfence_active_buffers.c
@@ -38,6 +38,7 @@
* problem - the race window is too small.
*/
+#include "igt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -48,12 +49,7 @@
#include <sys/time.h>
#include <stdbool.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"
IGT_TEST_DESCRIPTION("Check for use-after-free in the fence stealing code.");