summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/w32uniscribe.c1
1 files changed, 0 insertions, 1 deletions
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 <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)