Clean up math.h and float.h includes

This commit is contained in:
Behdad Esfahbod 2020-04-18 16:02:55 -07:00
parent c6b3f73b09
commit c37100e7d9
4 changed files with 1 additions and 6 deletions

View File

@ -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 {

View File

@ -30,8 +30,6 @@
#include "hb.hh"
#include <float.h>
#line 37 "hb-number-parser.hh"
static const unsigned char _double_parser_trans_keys[] = {

View File

@ -36,8 +36,6 @@
#include "hb-ot-var-gvar-table.hh"
#include "hb-draw.hh"
#include <float.h>
namespace OT {

View File

@ -176,6 +176,7 @@
#include <limits.h>
#include <math.h>
#include <float.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>