Drop an unneeded include

This commit is contained in:
Matthias Clasen 2022-12-19 02:22:34 -05:00 committed by Behdad Esfahbod
parent 74ccc1e76d
commit a3ba723876
1 changed files with 0 additions and 1 deletions

View File

@ -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))