summaryrefslogtreecommitdiff
path: root/tests/gem_largeobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_largeobject.c')
-rw-r--r--tests/gem_largeobject.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_largeobject.c b/tests/gem_largeobject.c
index 0f929f8f..19603075 100644
--- a/tests/gem_largeobject.c
+++ b/tests/gem_largeobject.c
@@ -25,6 +25,7 @@
*
*/
+#include "igt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -34,8 +35,6 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
/* Should take 64 pages to store the page pointers on 64 bit */
#define OBJ_SIZE (128 * 1024 * 1024)