summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/lcms.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-06-03 20:06:29 +0200
committerwm4 <wm4@nowhere>2016-06-03 20:06:29 +0200
commit2179879172be97541ceffdd7d29cba09c1ca9629 (patch)
tree4ad51cbb5e266af3fe163eb29ac0ea424e60a9ef /video/out/opengl/lcms.c
parent2d76c145c35955c827e401b86d1f55fd9fa8d893 (diff)
downloadmpv-2179879172be97541ceffdd7d29cba09c1ca9629.tar.bz2
mpv-2179879172be97541ceffdd7d29cba09c1ca9629.tar.xz
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).
Diffstat (limited to 'video/out/opengl/lcms.c')
-rw-r--r--video/out/opengl/lcms.c3
1 files changed, 1 insertions, 2 deletions
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"