#ifndef OT_LAYOUT_GPOS_PAIRSET_HH #define OT_LAYOUT_GPOS_PAIRSET_HH #include "PairValueRecord.hh" namespace OT { namespace Layout { namespace GPOS_impl { template <typename Types> struct PairSet : ValueBase { … }; } } } #endif // OT_LAYOUT_GPOS_PAIRSET_HH