summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_ilpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_ilpack.c')
-rw-r--r--video/filter/vf_ilpack.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/video/filter/vf_ilpack.c b/video/filter/vf_ilpack.c
index e98d70d85d..05eff04f26 100644
--- a/video/filter/vf_ilpack.c
+++ b/video/filter/vf_ilpack.c
@@ -22,11 +22,11 @@
#include <inttypes.h>
#include "config.h"
-#include "mp_msg.h"
-#include "cpudetect.h"
+#include "core/mp_msg.h"
+#include "core/cpudetect.h"
-#include "img_format.h"
-#include "mp_image.h"
+#include "video/img_format.h"
+#include "video/mp_image.h"
#include "vf.h"
#include "libavutil/attributes.h"