mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
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:
parent
51eaa5cd1f
commit
64d3d38014
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue