diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-19 09:59:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-19 09:59:59 +0000 |
commit | b9263c945f81c7a452807862ecd867481e9e9e5b (patch) | |
tree | b8c1d8ff6e5e68438048867b3dafc13bf57fece8 /libswscale/swscale_bfin.c | |
parent | bbea3555ec1abda69493d9d8ec56560e05619cc8 (diff) | |
download | ffmpeg-b9263c945f81c7a452807862ecd867481e9e9e5b.tar.gz |
Remove pointless malloc.h #include.
Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_bfin.c')
-rw-r--r-- | libswscale/swscale_bfin.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <inttypes.h> #include <assert.h> #include "config.h" -#ifdef HAVE_MALLOC_H -#include <malloc.h> -#endif #include <unistd.h> #include "rgb2rgb.h" #include "swscale.h" |