summaryrefslogtreecommitdiff
path: root/tests/drm_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/drm_read.c')
-rw-r--r--tests/drm_read.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/drm_read.c b/tests/drm_read.c
index 334f26a7..b808bed6 100644
--- a/tests/drm_read.c
+++ b/tests/drm_read.c
@@ -29,6 +29,7 @@
* Testcase: boundary testing of read(drm_fd)
*/
+#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
@@ -43,9 +44,6 @@
#include <sys/time.h>
#include <sys/poll.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
-#include "igt_aux.h"
IGT_TEST_DESCRIPTION("Call read(drm) and see if it behaves.");