summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/swscale.c')
-rw-r--r--postproc/swscale.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c
index 75599ec900..941a486b0d 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -54,8 +54,8 @@ untested special converters
#include <math.h>
#include <stdio.h>
#include <unistd.h>
-#include "../config.h"
-#include "../mangle.h"
+#include "config.h"
+#include "mangle.h"
#include <assert.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
@@ -70,11 +70,11 @@ untested special converters
#endif
#include "swscale.h"
#include "swscale_internal.h"
-#include "../cpudetect.h"
-#include "../bswap.h"
-#include "../libvo/img_format.h"
+#include "cpudetect.h"
+#include "bswap.h"
+#include "libvo/img_format.h"
#include "rgb2rgb.h"
-#include "../libvo/fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
#undef MOVNTQ
#undef PAVGB