Remove pointless malloc.h #include.
authorDiego Biurrun <diego@biurrun.de>
Fri, 19 Dec 2008 09:59:59 +0000 (09:59 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 19 Dec 2008 09:59:59 +0000 (09:59 +0000)
Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale_bfin.c
libswscale/yuv2rgb_altivec.c
libswscale/yuv2rgb_bfin.c

index 002960e..ed7d957 100644 (file)
@@ -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"
index 0223fdd..baffbc8 100644 (file)
@@ -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"
index e70a5db..a473652 100644 (file)
@@ -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"