Remove inclusion of malloc.h (Doesn't seem to be needed and was causing problems on Mac)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@829 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-11-11 21:18:19 +00:00
parent e96aa46780
commit d9e99cccec
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <malloc.h>
#include <math.h> #include <math.h>
#include <string.h> #include <string.h>

View File

@ -16,7 +16,6 @@
//#define DEBUG_GROUP5 //#define DEBUG_GROUP5
#ifdef EDITORWORLD #ifdef EDITORWORLD
#include <malloc.h>
#include <string.h> #include <string.h>
#define MALLOC(a) malloc(a) #define MALLOC(a) malloc(a)