1#ifndef OT_LAYOUT_GPOS_CONTEXTPOS_HH
2#define OT_LAYOUT_GPOS_CONTEXTPOS_HH
3
4namespace OT {
5namespace Layout {
6namespace GPOS_impl {
7
8struct ContextPos : Context {};
9
10}
11}
12}
13
14#endif /* OT_LAYOUT_GPOS_CONTEXTPOS_HH */
15