#ifndef OT_LAYOUT_GPOS_VALUEFORMAT_HH #define OT_LAYOUT_GPOS_VALUEFORMAT_HH #include "../../../hb-ot-layout-gsubgpos.hh" namespace OT { namespace Layout { namespace GPOS_impl { Value; struct ValueBase { … }; // Dummy base class tag for OffsetTo<Value> bases. ValueRecord; struct ValueFormat : HBUINT16 { … }; } } } #endif // #ifndef OT_LAYOUT_GPOS_VALUEFORMAT_HH