diff options
Diffstat (limited to 'tests/gem_multi_bsd_sync_loop.c')
-rw-r--r-- | tests/gem_multi_bsd_sync_loop.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/gem_multi_bsd_sync_loop.c b/tests/gem_multi_bsd_sync_loop.c index 0766eb61..1d36bef0 100644 --- a/tests/gem_multi_bsd_sync_loop.c +++ b/tests/gem_multi_bsd_sync_loop.c @@ -26,6 +26,7 @@ * */ +#include "igt.h" #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -35,13 +36,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" IGT_TEST_DESCRIPTION("Basic check of ring<->ring sync using a dummy reloc."); |