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-861f7616d084master
parent
e96aa46780
commit
d9e99cccec
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
//#define DEBUG_GROUP5
|
||||
#ifdef EDITORWORLD
|
||||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
#define MALLOC(a) malloc(a)
|
||||
|
|
Loading…
Reference in New Issue