From: Eli Zaretskii Date: Sat, 1 Jun 2019 19:35:06 +0000 (+0300) Subject: ; src/w32uniscribe.c: Remove redundant include of math.h. X-Git-Tag: emacs-27.0.90~2671^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd380b4f5503a1d7b9d98fa4e69be61e93b52758;p=emacs.git ; src/w32uniscribe.c: Remove redundant include of math.h. --- diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index 01f89f0d36c..caf346a5ec2 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c @@ -31,7 +31,6 @@ along with GNU Emacs. If not, see . */ #include #include #ifdef HAVE_HARFBUZZ -# include /* for lround */ # include # if GNUC_PREREQ (4, 3, 0) # define bswap_32(v) __builtin_bswap32(v)