[MPlayer-cvslog] r24765 - trunk/libmpcodecs/vf_geq.c

zuxy subversion at mplayerhq.hu
Fri Oct 12 05:14:12 CEST 2007


Author: zuxy
Date: Fri Oct 12 05:14:11 2007
New Revision: 24765

Log:
Remove unnecessary #include <malloc.h>


Modified:
   trunk/libmpcodecs/vf_geq.c

Modified: trunk/libmpcodecs/vf_geq.c
==============================================================================
--- trunk/libmpcodecs/vf_geq.c	(original)
+++ trunk/libmpcodecs/vf_geq.c	Fri Oct 12 05:14:11 2007
@@ -40,10 +40,6 @@
  */
 #undef fprintf
 
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"



More information about the MPlayer-cvslog mailing list