# HG changeset patch # User bellard # Date 1041963314 0 # Node ID 5c4cefa5d068f3900941b1ed2e0ab1712312dd48 # Parent e2c119417470bafec6fc6ffe311f799ada494e2b removed redundant includes diff -r e2c119417470 -r 5c4cefa5d068 ppc/mpegvideo_ppc.c --- a/ppc/mpegvideo_ppc.c Tue Jan 07 17:48:14 2003 +0000 +++ b/ppc/mpegvideo_ppc.c Tue Jan 07 18:15:14 2003 +0000 @@ -16,10 +16,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include -#include "../../config.h" #include "../dsputil.h" #include "../mpegvideo.h" +#include #ifdef HAVE_ALTIVEC #include "dsputil_altivec.h"