summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_crop.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_crop.c')
-rw-r--r--video/filter/vf_crop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/filter/vf_crop.c b/video/filter/vf_crop.c
index fffcc62921..dde297f910 100644
--- a/video/filter/vf_crop.c
+++ b/video/filter/vf_crop.c
@@ -22,13 +22,13 @@
#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"
#include "vf.h"
-#include "mpvcore/m_option.h"
+#include "options/m_option.h"
static const struct vf_priv_s {
int crop_w,crop_h;