[graphite] Minor
This commit is contained in:
parent
834af3b48a
commit
cd2b901027
|
@ -24,16 +24,16 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "hb-private.hh"
|
#include "hb-private.hh"
|
||||||
|
|
||||||
|
#include "hb-graphite2.h"
|
||||||
|
|
||||||
#include "hb-buffer-private.hh"
|
#include "hb-buffer-private.hh"
|
||||||
#include "hb-font-private.hh"
|
#include "hb-font-private.hh"
|
||||||
#include "hb-ot-tag.h"
|
#include "hb-ot-tag.h"
|
||||||
|
|
||||||
#include <graphite2/Font.h>
|
#include <graphite2/Font.h>
|
||||||
#include <graphite2/Segment.h>
|
#include <graphite2/Segment.h>
|
||||||
#include "hb-graphite2.h"
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
HB_BEGIN_DECLS
|
|
||||||
|
|
||||||
typedef struct hbgr_tablelist_t {
|
typedef struct hbgr_tablelist_t {
|
||||||
hb_blob_t *blob;
|
hb_blob_t *blob;
|
||||||
|
@ -432,5 +432,3 @@ dieout:
|
||||||
if (text) free(text);
|
if (text) free(text);
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
HB_END_DECLS
|
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include "hb-buffer-private.hh"
|
#include "hb-buffer-private.hh"
|
||||||
|
|
||||||
#ifdef HAVE_GRAPHITE
|
#ifdef HAVE_GRAPHITE
|
||||||
#include "hb-font-private.hh"
|
|
||||||
#include "hb-graphite2.h"
|
#include "hb-graphite2.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_UNISCRIBE
|
#ifdef HAVE_UNISCRIBE
|
||||||
|
|
Loading…
Reference in New Issue