summaryrefslogtreecommitdiff
path: root/tests/gem_pin.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_pin.c')
-rw-r--r--tests/gem_pin.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/gem_pin.c b/tests/gem_pin.c
index b35496e7..743e2995 100644
--- a/tests/gem_pin.c
+++ b/tests/gem_pin.c
@@ -27,6 +27,7 @@
/* Exercises pinning of small bo */
+#include "igt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -38,11 +39,6 @@
#include <drm.h>
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
-#include "intel_chipset.h"
-#include "intel_io.h"
-#include "igt_aux.h"
IGT_TEST_DESCRIPTION("Exercises pinning of small buffer objects.");