summaryrefslogtreecommitdiffstats
path: root/postproc/rgb2rgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/rgb2rgb.c')
-rw-r--r--postproc/rgb2rgb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/postproc/rgb2rgb.c b/postproc/rgb2rgb.c
index c9af67e74c..94289a43bc 100644
--- a/postproc/rgb2rgb.c
+++ b/postproc/rgb2rgb.c
@@ -8,13 +8,13 @@
* palette & yuv & runtime cpu stuff by Michael (michaelni@gmx.at) (under GPL)
*/
#include <inttypes.h>
-#include "../config.h"
+#include "config.h"
#include "rgb2rgb.h"
#include "swscale.h"
-#include "../cpudetect.h"
-#include "../mangle.h"
-#include "../bswap.h"
-#include "../libvo/fastmemcpy.h"
+#include "cpudetect.h"
+#include "mangle.h"
+#include "bswap.h"
+#include "libvo/fastmemcpy.h"
#define FAST_BGR2YV12 // use 7 bit coeffs instead of 15bit