Imported Upstream version 2.3.1
[platform/upstream/harfbuzz.git] / src / hb-subset-glyf.hh
index 99b76db..99cf8f0 100644 (file)
 #ifndef HB_SUBSET_GLYF_HH
 #define HB_SUBSET_GLYF_HH
 
-#include "hb-private.hh"
+#include "hb.hh"
 
-#include "hb-subset-plan.hh"
+#include "hb-subset.hh"
 
 HB_INTERNAL bool
 hb_subset_glyf_and_loca (hb_subset_plan_t *plan,
-                         bool             *use_short_loca, /* OUT */
-                         hb_blob_t       **glyf_prime /* OUT */,
-                         hb_blob_t       **loca_prime /* OUT */);
+                        bool             *use_short_loca, /* OUT */
+                        hb_blob_t       **glyf_prime      /* OUT */,
+                        hb_blob_t       **loca_prime      /* OUT */);
 
 #endif /* HB_SUBSET_GLYF_HH */