summaryrefslogtreecommitdiff
path: root/tests/drm_import_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/drm_import_export.c')
-rw-r--r--tests/drm_import_export.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/drm_import_export.c b/tests/drm_import_export.c
index e24e0dff..41c47467 100644
--- a/tests/drm_import_export.c
+++ b/tests/drm_import_export.c
@@ -25,6 +25,7 @@
*/
#define _GNU_SOURCE
+#include "igt.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -40,8 +41,6 @@
#include <unistd.h>
#include <sys/syscall.h>
-#include "igt_core.h"
-#include "drmtest.h"
int fd;
drm_intel_bufmgr *bufmgr;