emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] harfbuzz fd380b4: ; src/w32uniscribe.c: Remove redundant i


From: Eli Zaretskii
Subject: [Emacs-diffs] harfbuzz fd380b4: ; src/w32uniscribe.c: Remove redundant include of math.h.
Date: Sat, 1 Jun 2019 15:35:59 -0400 (EDT)

branch: harfbuzz
commit fd380b4f5503a1d7b9d98fa4e69be61e93b52758
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; src/w32uniscribe.c: Remove redundant include of math.h.
---
 src/w32uniscribe.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c
index 01f89f0..caf346a 100644
--- a/src/w32uniscribe.c
+++ b/src/w32uniscribe.c
@@ -31,7 +31,6 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 #include <windows.h>
 #include <usp10.h>
 #ifdef HAVE_HARFBUZZ
-# include <math.h>     /* for lround */
 # include <hb.h>
 # if GNUC_PREREQ (4, 3, 0)
 #  define bswap_32(v)  __builtin_bswap32(v)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]