diff --git a/util/hb-cairo-utils.c b/util/hb-cairo-utils.c index 11aedb6ea..df1bbb38e 100644 --- a/util/hb-cairo-utils.c +++ b/util/hb-cairo-utils.c @@ -36,7 +36,6 @@ #define _USE_MATH_DEFINES #include #include -#include #ifndef MIN #define MIN(x,y) ((x) < (y) ? (x) : (y))