1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-21 20:07:06 +00:00

Remove non standard #include <malloc.h>

This commit is contained in:
Boris Zentner
2016-10-30 19:16:09 +01:00
committed by Robin Stuart
parent 1bd7783968
commit b13645fd16

View File

@@ -35,7 +35,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>
#include <malloc.h>
#include "common.h" #include "common.h"
#define SSET "0123456789ABCDEF" #define SSET "0123456789ABCDEF"