diff loader/win32.c @ 29087:290420c32921

Remove unnecessary malloc.h #includes and related #ifdeffery.
author diego
date Thu, 02 Apr 2009 09:20:48 +0000
parents 9c1508cdb122
children eda346733b8c
line wrap: on
line diff
--- a/loader/win32.c	Thu Apr 02 08:42:16 2009 +0000
+++ b/loader/win32.c	Thu Apr 02 09:20:48 2009 +0000
@@ -53,9 +53,6 @@
 #include <ctype.h>
 #include <pthread.h>
 #include <errno.h>
-#if HAVE_MALLOC_H
-#include <malloc.h>
-#endif
 #include <time.h>
 #include <math.h>
 #include <unistd.h>