Fix include gaurds and include order in hb-subset-glyf and hb-subset-plan
This commit is contained in:
parent
0f3c756cbf
commit
42234424a0
|
@ -24,8 +24,10 @@
|
||||||
* Google Author(s): Garret Rieger
|
* Google Author(s): Garret Rieger
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HB_SUBSET_GLYF_H
|
#ifndef HB_SUBSET_GLYF_HH
|
||||||
#define HB_SUBSET_GLYF_H
|
#define HB_SUBSET_GLYF_HH
|
||||||
|
|
||||||
|
#include "hb-private.hh"
|
||||||
|
|
||||||
#include "hb-subset-plan.hh"
|
#include "hb-subset-plan.hh"
|
||||||
|
|
||||||
|
|
|
@ -24,9 +24,9 @@
|
||||||
* Google Author(s): Garret Rieger, Roderick Sheeter
|
* Google Author(s): Garret Rieger, Roderick Sheeter
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "hb-subset-plan.hh"
|
|
||||||
#include "hb-subset-private.hh"
|
#include "hb-subset-private.hh"
|
||||||
|
|
||||||
|
#include "hb-subset-plan.hh"
|
||||||
#include "hb-ot-cmap-table.hh"
|
#include "hb-ot-cmap-table.hh"
|
||||||
|
|
||||||
hb_bool_t
|
hb_bool_t
|
||||||
|
|
|
@ -24,10 +24,11 @@
|
||||||
* Google Author(s): Garret Rieger
|
* Google Author(s): Garret Rieger
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HB_SUBSET_PLAN_H
|
#ifndef HB_SUBSET_PLAN_HH
|
||||||
#define HB_SUBSET_PLAN_H
|
#define HB_SUBSET_PLAN_HH
|
||||||
|
|
||||||
#include "hb-private.hh"
|
#include "hb-private.hh"
|
||||||
|
|
||||||
#include "hb-object-private.hh"
|
#include "hb-object-private.hh"
|
||||||
|
|
||||||
struct hb_subset_plan_t {
|
struct hb_subset_plan_t {
|
||||||
|
|
Loading…
Reference in New Issue