summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_cropdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_cropdetect.c')
-rw-r--r--libmpcodecs/vf_cropdetect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpcodecs/vf_cropdetect.c b/libmpcodecs/vf_cropdetect.c
index 3f0d7a3e7e..dfb9b34228 100644
--- a/libmpcodecs/vf_cropdetect.c
+++ b/libmpcodecs/vf_cropdetect.c
@@ -12,7 +12,6 @@
#include "vf.h"
#include "libvo/fastmemcpy.h"
-#include "postproc/rgb2rgb.h"
struct vf_priv_s {
int x1,y1,x2,y2;