; src/w32uniscribe.c: Remove redundant include of math.h.
This commit is contained in:
parent
0c22b52046
commit
fd380b4f55
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue