diff --git a/src/hb-graphite2.cc b/src/hb-graphite2.cc index 493a9db92db2b9614cd5535ec6b052232b008425..9282892629d73971d6e5011511bc7d8733af49cc 100644 --- a/src/hb-graphite2.cc +++ b/src/hb-graphite2.cc @@ -24,16 +24,16 @@ */ #include "hb-private.hh" + +#include "hb-graphite2.h" + #include "hb-buffer-private.hh" #include "hb-font-private.hh" #include "hb-ot-tag.h" + #include #include -#include "hb-graphite2.h" -#include -#include -HB_BEGIN_DECLS typedef struct hbgr_tablelist_t { hb_blob_t *blob; @@ -432,5 +432,3 @@ dieout: if (text) free(text); return success; } - -HB_END_DECLS diff --git a/src/hb-shape.cc b/src/hb-shape.cc index 2e86c3c3ae9bfb1d1f1b067d9894ada58e1fb41a..9357f81322b9a7fce9c9e0d27910229621575cae 100644 --- a/src/hb-shape.cc +++ b/src/hb-shape.cc @@ -31,7 +31,6 @@ #include "hb-buffer-private.hh" #ifdef HAVE_GRAPHITE -#include "hb-font-private.hh" #include "hb-graphite2.h" #endif #ifdef HAVE_UNISCRIBE