From 2179879172be97541ceffdd7d29cba09c1ca9629 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Jun 2016 20:06:29 +0200 Subject: vo_opengl: move struct lut3d definition This was dumb. Also, lcms.h has actually no need to include video.h besides this and csputils.h (makes it slightly less entangled). --- video/out/opengl/lcms.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'video/out/opengl/lcms.c') diff --git a/video/out/opengl/lcms.c b/video/out/opengl/lcms.c index 62ac06de8b..7dc1b63220 100644 --- a/video/out/opengl/lcms.c +++ b/video/out/opengl/lcms.c @@ -28,8 +28,7 @@ #include "common/msg.h" #include "options/m_option.h" #include "options/path.h" - -#include "video.h" +#include "video/csputils.h" #include "lcms.h" #include "osdep/io.h" -- cgit v1.2.3