summaryrefslogtreecommitdiff
path: root/tests/gem_double_irq_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_double_irq_loop.c')
-rw-r--r--tests/gem_double_irq_loop.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/gem_double_irq_loop.c b/tests/gem_double_irq_loop.c
index a43fd1a9..fa4a9aab 100644
--- a/tests/gem_double_irq_loop.c
+++ b/tests/gem_double_irq_loop.c
@@ -25,6 +25,7 @@
*
*/
+#include "igt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -34,13 +35,8 @@
#include <sys/stat.h>
#include <sys/time.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
#include "intel_bufmgr.h"
-#include "intel_batchbuffer.h"
-#include "intel_io.h"
#include "i830_reg.h"
-#include "intel_chipset.h"
static drm_intel_bufmgr *bufmgr;
struct intel_batchbuffer *batch;