diff options
Diffstat (limited to 'tests/i915/gen3_render_tiledx_blits.c')
| -rw-r--r-- | tests/i915/gen3_render_tiledx_blits.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/i915/gen3_render_tiledx_blits.c b/tests/i915/gen3_render_tiledx_blits.c index 3939c07b..579205f3 100644 --- a/tests/i915/gen3_render_tiledx_blits.c +++ b/tests/i915/gen3_render_tiledx_blits.c @@ -33,7 +33,6 @@ * The goal is to simply ensure the basics work. */ -#include "igt.h" #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -43,9 +42,11 @@ #include <sys/stat.h> #include <sys/time.h> #include <sys/ioctl.h> -#include "drm.h" +#include "drm.h" +#include "i915/gem.h" #include "i915_reg.h" +#include "igt.h" #define WIDTH 512 #define HEIGHT 512 |
