summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index ac2ded9b3c..71ef635050 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -26,8 +26,8 @@
#include <inttypes.h>
#include <stdbool.h>
-#include "libmpcodecs/img_format.h"
-#include "mpcommon.h"
+#include "video/img_format.h"
+#include "core/mp_common.h"
#define VO_EVENT_EXPOSE 1
#define VO_EVENT_RESIZE 2