summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_swapuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_swapuv.c')
-rw-r--r--video/filter/vf_swapuv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/filter/vf_swapuv.c b/video/filter/vf_swapuv.c
index 6edb256759..1aa0b1061f 100644
--- a/video/filter/vf_swapuv.c
+++ b/video/filter/vf_swapuv.c
@@ -24,9 +24,9 @@
#include <inttypes.h>
#include <assert.h>
-#include "mp_msg.h"
-#include "img_format.h"
-#include "mp_image.h"
+#include "core/mp_msg.h"
+#include "video/img_format.h"
+#include "video/mp_image.h"
#include "vf.h"