Clean up math.h and float.h includes
This commit is contained in:
parent
c6b3f73b09
commit
c37100e7d9
|
@ -27,8 +27,6 @@
|
||||||
#define HB_CFF_INTERP_DICT_COMMON_HH
|
#define HB_CFF_INTERP_DICT_COMMON_HH
|
||||||
|
|
||||||
#include "hb-cff-interp-common.hh"
|
#include "hb-cff-interp-common.hh"
|
||||||
#include <math.h>
|
|
||||||
#include <float.h>
|
|
||||||
|
|
||||||
namespace CFF {
|
namespace CFF {
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
|
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
|
|
||||||
#include <float.h>
|
|
||||||
|
|
||||||
|
|
||||||
#line 37 "hb-number-parser.hh"
|
#line 37 "hb-number-parser.hh"
|
||||||
static const unsigned char _double_parser_trans_keys[] = {
|
static const unsigned char _double_parser_trans_keys[] = {
|
||||||
|
|
|
@ -36,8 +36,6 @@
|
||||||
#include "hb-ot-var-gvar-table.hh"
|
#include "hb-ot-var-gvar-table.hh"
|
||||||
#include "hb-draw.hh"
|
#include "hb-draw.hh"
|
||||||
|
|
||||||
#include <float.h>
|
|
||||||
|
|
||||||
namespace OT {
|
namespace OT {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue