[glyf] path-builder minor header guards fix test
This commit is contained in:
parent
499c637922
commit
7c4b8c9bf4
|
@ -1,5 +1,5 @@
|
|||
#ifndef OT_GLYF_PATHBUILDER_HH
|
||||
#define OT_GLYF_PATHBUILDER_HH
|
||||
#ifndef OT_GLYF_PATH_BUILDER_HH
|
||||
#define OT_GLYF_PATH_BUILDER_HH
|
||||
|
||||
|
||||
#include "../../hb.hh"
|
||||
|
@ -131,4 +131,4 @@ struct path_builder_t
|
|||
} /* namespace OT */
|
||||
|
||||
|
||||
#endif /* OT_GLYF_PATHBUILDER_HH */
|
||||
#endif /* OT_GLYF_PATH_BUILDER_HH */
|
||||
|
|
Loading…
Reference in New Issue