[HB] Split Layout-common tables into new files
diff --git a/src/hb-ot-layout-gdef-private.h b/src/hb-ot-layout-gdef-private.h
index b0e54c3..8565a48 100644
--- a/src/hb-ot-layout-gdef-private.h
+++ b/src/hb-ot-layout-gdef-private.h
@@ -27,7 +27,7 @@
#ifndef HB_OT_LAYOUT_GDEF_PRIVATE_H
#define HB_OT_LAYOUT_GDEF_PRIVATE_H
-#include "hb-ot-layout-open-private.h"
+#include "hb-ot-layout-common-private.h"
#define DEFINE_INDIRECT_GLYPH_ARRAY_LOOKUP(Type, array, name) \
@@ -227,4 +227,5 @@
};
ASSERT_SIZE (GDEF, 12);
+
#endif /* HB_OT_LAYOUT_GDEF_PRIVATE_H */