summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_unsharp.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_unsharp.c')
-rw-r--r--video/filter/vf_unsharp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/filter/vf_unsharp.c b/video/filter/vf_unsharp.c
index dcca82df5b..728def61b4 100644
--- a/video/filter/vf_unsharp.c
+++ b/video/filter/vf_unsharp.c
@@ -25,8 +25,8 @@
#include <math.h>
#include "config.h"
-#include "core/mp_msg.h"
-#include "core/cpudetect.h"
+#include "mpvcore/mp_msg.h"
+#include "mpvcore/cpudetect.h"
#include "video/img_format.h"
#include "video/mp_image.h"