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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpcodecs/vf_cropdetect.c b/libmpcodecs/vf_cropdetect.c
index dfb9b34228..82a31741b1 100644
--- a/libmpcodecs/vf_cropdetect.c
+++ b/libmpcodecs/vf_cropdetect.c
@@ -11,8 +11,6 @@
#include "mp_image.h"
#include "vf.h"
-#include "libvo/fastmemcpy.h"
-
struct vf_priv_s {
int x1,y1,x2,y2;
int limit;