PCExhumed: remove uneeded malloc.h include

malloc.h is a non-standard header and isn't required here
fixes build on OpenBSD which has no malloc.h

# Conflicts:
#	source/exhumed/src/enginesubs.cpp
This commit is contained in:
Jonathan Gray 2019-12-31 16:51:18 +11:00 committed by Christoph Oelckers
parent 51eaa5cd1f
commit 64d3d38014

View file

@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//#include <io.h>
//#include <fcntl.h>
#include <malloc.h>
#include "gamecvars.h"
// static int globhiz, globloz, globhihit, globlohit;