From b9263c945f81c7a452807862ecd867481e9e9e5b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 19 Dec 2008 09:59:59 +0000 Subject: Remove pointless malloc.h #include. Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/yuv2rgb_altivec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libswscale/yuv2rgb_altivec.c') diff --git a/libswscale/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c index 0223fdd54d..baffbc80a6 100644 --- a/libswscale/yuv2rgb_altivec.c +++ b/libswscale/yuv2rgb_altivec.c @@ -91,9 +91,6 @@ adjustment. #include #include #include "config.h" -#ifdef HAVE_MALLOC_H -#include -#endif #include "rgb2rgb.h" #include "swscale.h" #include "swscale_internal.h" -- cgit v1.2.3