summaryrefslogtreecommitdiff
path: root/tests/gem_threaded_access_tiled.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_threaded_access_tiled.c')
-rw-r--r--tests/gem_threaded_access_tiled.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_threaded_access_tiled.c b/tests/gem_threaded_access_tiled.c
index 16a50adb..d6a4840a 100644
--- a/tests/gem_threaded_access_tiled.c
+++ b/tests/gem_threaded_access_tiled.c
@@ -24,14 +24,13 @@
* Mika Kuoppala <mika.kuoppala@intel.com>
*/
+#include "igt.h"
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <pthread.h>
-#include "drmtest.h"
-#include "ioctl_wrappers.h"
#include "intel_bufmgr.h"
IGT_TEST_DESCRIPTION("Check parallel access to tiled memory.");