summaryrefslogtreecommitdiffstats
path: root/loader/win32.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-02 09:20:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-02 09:20:48 +0000
commit2e903f7c752dceb15988ac04f81a5de12a7a0a13 (patch)
tree08af9300f7ba7add38a9ae7e1de0d90b349ff3eb /loader/win32.c
parent77416e41cf8cad188b10004e8145963e6294e61d (diff)
downloadmpv-2e903f7c752dceb15988ac04f81a5de12a7a0a13.tar.bz2
mpv-2e903f7c752dceb15988ac04f81a5de12a7a0a13.tar.xz
Remove unnecessary malloc.h #includes and related #ifdeffery.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29126 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/win32.c')
-rw-r--r--loader/win32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 3aded84674..4287c5b0b1 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -53,9 +53,6 @@ for DLL to know too much about its environment.
#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>