mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Drop an unneeded include
This commit is contained in:
parent
74ccc1e76d
commit
a3ba723876
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue