summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa_common.m
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/cocoa_common.m')
-rw-r--r--video/out/cocoa_common.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m
index 337e0a32be..82be8a619d 100644
--- a/video/out/cocoa_common.m
+++ b/video/out/cocoa_common.m
@@ -26,17 +26,17 @@
#include "config.h"
-#include "options.h"
-#include "video_out.h"
+#include "core/options.h"
+#include "vo.h"
#include "aspect.h"
-#include "mp_fifo.h"
+#include "core/mp_fifo.h"
#include "talloc.h"
-#include "input/input.h"
-#include "input/keycodes.h"
+#include "core/input/input.h"
+#include "core/input/keycodes.h"
#include "osx_common.h"
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#ifndef NSOpenGLPFAOpenGLProfile
#define NSOpenGLPFAOpenGLProfile 99