From a3ba723876d4da299cd13d70a3accab1b0672ffb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2022 02:22:34 -0500 Subject: [PATCH] Drop an unneeded include --- util/hb-cairo-utils.c | 1 - 1 file changed, 1 deletion(-) 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))