summaryrefslogtreecommitdiff
path: root/tests/drm_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/drm_auth.c')
-rw-r--r--tests/drm_auth.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/drm_auth.c b/tests/drm_auth.c
index 3a97d68c..e936666b 100644
--- a/tests/drm_auth.c
+++ b/tests/drm_auth.c
@@ -25,6 +25,7 @@
* Testcase: drmGetMagic() and drmAuthMagic()
*/
+#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
@@ -39,9 +40,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 drmGetMagic() and drmAuthMagic() and see if it behaves.");