Drop an unneeded include

pull/3938/head
Matthias Clasen 2 years ago committed by Behdad Esfahbod
parent 74ccc1e76d
commit a3ba723876
  1. 1
      util/hb-cairo-utils.c

@ -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…
Cancel
Save