diff options
Diffstat (limited to 'tests/pm_rps.c')
-rw-r--r-- | tests/pm_rps.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/pm_rps.c b/tests/pm_rps.c index 697a154f..ccc67185 100644 --- a/tests/pm_rps.c +++ b/tests/pm_rps.c @@ -27,6 +27,7 @@ */ #define _GNU_SOURCE +#include "igt.h" #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -37,13 +38,7 @@ #include <time.h> #include <sys/wait.h> -#include "drmtest.h" -#include "intel_io.h" #include "intel_bufmgr.h" -#include "intel_batchbuffer.h" -#include "intel_chipset.h" -#include "igt_gt.h" -#include "ioctl_wrappers.h" static int drm_fd; |