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 | |
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')
-rw-r--r-- | libswscale/swscale_bfin.c | 3 | ||||
-rw-r--r-- | libswscale/yuv2rgb_altivec.c | 3 | ||||
-rw-r--r-- | libswscale/yuv2rgb_bfin.c | 3 |
3 files changed, 0 insertions, 9 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" 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 <inttypes.h> #include <assert.h> #include "config.h" -#ifdef HAVE_MALLOC_H -#include <malloc.h> -#endif #include "rgb2rgb.h" #include "swscale.h" #include "swscale_internal.h" diff --git a/libswscale/yuv2rgb_bfin.c b/libswscale/yuv2rgb_bfin.c index e70a5db247..a473652382 100644 --- a/libswscale/yuv2rgb_bfin.c +++ b/libswscale/yuv2rgb_bfin.c @@ -27,9 +27,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" |