1#ifndef OT_LAYOUT_GSUB_COMMON_HH
2#define OT_LAYOUT_GSUB_COMMON_HH
3
4#include "../../../hb-serialize.hh"
5#include "../../../hb-ot-layout-gsubgpos.hh"
6
7namespace OT {
8namespace Layout {
9namespace GSUB_impl {
10
11template<typename Iterator>
12static void SingleSubst_serialize (hb_serialize_context_t *c,
13 Iterator it);
14
15}
16}
17}
18
19#endif /* OT_LAYOUT_GSUB_COMMON_HH */
20