summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--vl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vl.c b/vl.c
index 198523e319..a8acbcb28f 100644
--- a/vl.c
+++ b/vl.c
@@ -108,11 +108,7 @@
 
 #ifdef _WIN32
 #include <windows.h>
-#include <malloc.h>
-#include <sys/timeb.h>
 #include <mmsystem.h>
-#define getopt_long_only getopt_long
-#define memalign(align, size) malloc(size)
 #endif
 
 #ifdef CONFIG_SDL