summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_down3dright.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_down3dright.c')
-rw-r--r--libmpcodecs/vf_down3dright.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libmpcodecs/vf_down3dright.c b/libmpcodecs/vf_down3dright.c
index a8f3939208..488c7b26cf 100644
--- a/libmpcodecs/vf_down3dright.c
+++ b/libmpcodecs/vf_down3dright.c
@@ -3,16 +3,16 @@
#include <string.h>
#include <inttypes.h>
-#include "../config.h"
-#include "../mp_msg.h"
-#include "../cpudetect.h"
+#include "config.h"
+#include "mp_msg.h"
+#include "cpudetect.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
-#include "../libvo/fastmemcpy.h"
-#include "../postproc/rgb2rgb.h"
+#include "libvo/fastmemcpy.h"
+#include "postproc/rgb2rgb.h"
struct vf_priv_s {
int skipline;