diff options
| author | Eli Zaretskii | 2019-06-01 22:35:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-06-01 22:35:06 +0300 |
| commit | fd380b4f5503a1d7b9d98fa4e69be61e93b52758 (patch) | |
| tree | 93bd0d1ce52f6df1eed79deb349447d28a55a3d7 /src | |
| parent | 0c22b52046748d178ed851faaaca08f3a72ab227 (diff) | |
| download | emacs-fd380b4f5503a1d7b9d98fa4e69be61e93b52758.tar.gz emacs-fd380b4f5503a1d7b9d98fa4e69be61e93b52758.zip | |
; src/w32uniscribe.c: Remove redundant include of math.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32uniscribe.c | 1 |
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/>. */ | |||
| 31 | #include <windows.h> | 31 | #include <windows.h> |
| 32 | #include <usp10.h> | 32 | #include <usp10.h> |
| 33 | #ifdef HAVE_HARFBUZZ | 33 | #ifdef HAVE_HARFBUZZ |
| 34 | # include <math.h> /* for lround */ | ||
| 35 | # include <hb.h> | 34 | # include <hb.h> |
| 36 | # if GNUC_PREREQ (4, 3, 0) | 35 | # if GNUC_PREREQ (4, 3, 0) |
| 37 | # define bswap_32(v) __builtin_bswap32(v) | 36 | # define bswap_32(v) __builtin_bswap32(v) |