# HG changeset patch # User diego # Date 1180344641 0 # Node ID a25e5fd9d997b6389a9aa0dd303047c1531a0ff3 # Parent 0e28dba3f9e738520e89549b494371303b5c99a0 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. diff -r 0e28dba3f9e7 -r a25e5fd9d997 postprocess.c --- a/postprocess.c Thu May 17 09:30:38 2007 +0000 +++ b/postprocess.c Mon May 28 09:30:41 2007 +0000 @@ -87,9 +87,6 @@ //#undef HAVE_MMX //#undef ARCH_X86 //#define DEBUG_BRIGHTNESS -#ifdef USE_FASTMEMCPY -#include "libvo/fastmemcpy.h" -#endif #include "postprocess.h" #include "postprocess_internal.h"