Remove unnecessary #include <malloc.h>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24765 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2007-10-12 03:14:11 +00:00
parent f28e5871ed
commit c212ce53e6
1 changed files with 0 additions and 4 deletions

View File

@ -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"