summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_gradfun.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_gradfun.c')
-rw-r--r--video/filter/vf_gradfun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/filter/vf_gradfun.c b/video/filter/vf_gradfun.c
index 4217af0b4d..fa136269dd 100644
--- a/video/filter/vf_gradfun.c
+++ b/video/filter/vf_gradfun.c
@@ -36,14 +36,14 @@
#include <libavutil/common.h>
#include "config.h"
-#include "core/cpudetect.h"
+#include "mpvcore/cpudetect.h"
#include "video/img_format.h"
#include "video/mp_image.h"
#include "vf.h"
#include "video/memcpy_pic.h"
#include "compat/x86_cpu.h"
-#include "core/m_option.h"
+#include "mpvcore/m_option.h"
struct vf_priv_s {
float cfg_thresh;