summaryrefslogtreecommitdiff
path: root/tests/gem_ringfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_ringfill.c')
-rw-r--r--tests/gem_ringfill.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gem_ringfill.c b/tests/gem_ringfill.c
index 88c8a8ee..6e91d809 100644
--- a/tests/gem_ringfill.c
+++ b/tests/gem_ringfill.c
@@ -41,13 +41,13 @@
#include <sys/stat.h>
#include <sys/time.h>
-#include "drm.h"
+#include <drm.h>
+
#include "ioctl_wrappers.h"
#include "drmtest.h"
-#include "intel_bufmgr.h"
#include "intel_chipset.h"
-#include "intel_batchbuffer.h"
#include "intel_io.h"
+#include "igt_aux.h"
struct bo {
const char *ring;