mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Clean up math.h and float.h includes
This commit is contained in:
parent
c6b3f73b09
commit
c37100e7d9
4 changed files with 1 additions and 6 deletions
|
@ -27,8 +27,6 @@
|
|||
#define HB_CFF_INTERP_DICT_COMMON_HH
|
||||
|
||||
#include "hb-cff-interp-common.hh"
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
namespace CFF {
|
||||
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
|
||||
#include "hb.hh"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
|
||||
#line 37 "hb-number-parser.hh"
|
||||
static const unsigned char _double_parser_trans_keys[] = {
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
#include "hb-ot-var-gvar-table.hh"
|
||||
#include "hb-draw.hh"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
namespace OT {
|
||||
|
||||
|
||||
|
|
|
@ -176,6 +176,7 @@
|
|||
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue