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/swscale_bfin.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libswscale/swscale_bfin.c') diff --git a/libswscale/swscale_bfin.c b/libswscale/swscale_bfin.c index 002960e82c..ed7d9579b6 100644 --- a/libswscale/swscale_bfin.c +++ b/libswscale/swscale_bfin.c @@ -26,9 +26,6 @@ #include #include #include "config.h" -#ifdef HAVE_MALLOC_H -#include -#endif #include #include "rgb2rgb.h" #include "swscale.h" -- cgit v1.2.3