summaryrefslogtreecommitdiffstats
path: root/video/out/opengl
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2018-01-20 15:54:27 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-20 14:43:49 -0800
commitdb08e28304693c1b2e8cbfbad0c28c23c1a414d7 (patch)
treea6828a1dee5ff972396101c639fb3befd7167d00 /video/out/opengl
parent45ce4ba877b965291d9d9209b6dda6fbfbf83bb7 (diff)
downloadmpv-db08e28304693c1b2e8cbfbad0c28c23c1a414d7.tar.bz2
mpv-db08e28304693c1b2e8cbfbad0c28c23c1a414d7.tar.xz
osx: code cleanups and cosmetic fixes
Diffstat (limited to 'video/out/opengl')
-rw-r--r--video/out/opengl/context_cocoa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/context_cocoa.c b/video/out/opengl/context_cocoa.c
index 2256d31b67..129999932e 100644
--- a/video/out/opengl/context_cocoa.c
+++ b/video/out/opengl/context_cocoa.c
@@ -19,7 +19,6 @@
#include <dlfcn.h>
#include "options/m_config.h"
#include "video/out/cocoa_common.h"
-#include "osdep/macosx_versions.h"
#include "context.h"
struct cocoa_opts {