Drop an unneeded include
This commit is contained in:
parent
74ccc1e76d
commit
a3ba723876
|
@ -36,7 +36,6 @@
|
|||
#define _USE_MATH_DEFINES
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(x,y) ((x) < (y) ? (x) : (y))
|
||||
|
|
Loading…
Reference in New Issue