]> git.eshelyaron.com Git - emacs.git/commitdiff
; src/w32uniscribe.c: Remove redundant include of math.h.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Jun 2019 19:35:06 +0000 (22:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Jun 2019 19:35:06 +0000 (22:35 +0300)
src/w32uniscribe.c

index 01f89f0d36c0fd2883b02dbe5abf0024c14c2f02..caf346a5ec264f277f616cf8428aa1c08f511083 100644 (file)
@@ -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)