[PATCH] Remove non standard #include <malloc.h>

This commit is contained in:
Robin Stuart 2016-10-30 17:43:10 +00:00
parent 8851884ea1
commit 184fb71fe5

View File

@ -36,7 +36,6 @@
#include "common.h" #include "common.h"
#include "pcx.h" /* PCX header structure */ #include "pcx.h" /* PCX header structure */
#include <math.h> #include <math.h>
#include <malloc.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#include <io.h> #include <io.h>
#include <fcntl.h> #include <fcntl.h>