From c7824f7c9d67e916d3a3034405e79b37d60748f3 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Sun, 24 Sep 2017 19:51:43 +0300 Subject: tests: fix include after 6597998 --- test/gl_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gl_video.c b/test/gl_video.c index 97fee949d8..a2d2577e25 100644 --- a/test/gl_video.c +++ b/test/gl_video.c @@ -1,5 +1,5 @@ #include "test_helpers.h" -#include "video/out/opengl/video.h" +#include "video/out/gpu/video.h" static void test_scale_ambient_lux_limits(void **state) { float x; -- cgit v1.2.3