removed check and #includes for malloc.h, since it's not needed
[xboard.git] / uci.c
diff --git a/uci.c b/uci.c
index ab2cea9..f78fb2c 100644 (file)
--- a/uci.c
+++ b/uci.c
 #include <stdlib.h>
 #include <string.h>
 
-#if HAVE_MALLOC_H
-  #include <malloc.h>
-#endif
-
 #include "common.h"
 #include "backend.h"
 Boolean GetArgValue(char *a);