summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_expand.c')
-rw-r--r--video/filter/vf_expand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/filter/vf_expand.c b/video/filter/vf_expand.c
index 2e72f6bff7..fe4b8baccb 100644
--- a/video/filter/vf_expand.c
+++ b/video/filter/vf_expand.c
@@ -25,7 +25,7 @@
#include "config.h"
#include "mpvcore/mp_msg.h"
-#include "mpvcore/options.h"
+#include "options/options.h"
#include "video/img_format.h"
#include "video/mp_image.h"
@@ -33,7 +33,7 @@
#include "video/memcpy_pic.h"
-#include "mpvcore/m_option.h"
+#include "options/m_option.h"
static struct vf_priv_s {
// These four values are a backup of the values parsed from the command line.