diff libmpcodecs/vf_fspp.c @ 29087:290420c32921

Remove unnecessary malloc.h #includes and related #ifdeffery.
author diego
date Thu, 02 Apr 2009 09:20:48 +0000
parents df67d03dde3b
children 0f1b5b68af32
line wrap: on
line diff
--- a/libmpcodecs/vf_fspp.c	Thu Apr 02 08:42:16 2009 +0000
+++ b/libmpcodecs/vf_fspp.c	Thu Apr 02 09:20:48 2009 +0000
@@ -42,11 +42,6 @@
 
 #include "mp_msg.h"
 #include "cpudetect.h"
-
-#if HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"