[hb-info] Move include around
This commit is contained in:
parent
b839f53cde
commit
c300bf00f0
|
@ -28,6 +28,10 @@
|
|||
#include "batch.hh"
|
||||
#include "font-options.hh"
|
||||
|
||||
#ifdef HB_HAS_GOBJECT
|
||||
#include <hb-gobject.h>
|
||||
#endif
|
||||
|
||||
const unsigned DEFAULT_FONT_SIZE = FONT_SIZE_UPEM;
|
||||
const unsigned SUBPIXEL_BITS = 0;
|
||||
|
||||
|
|
|
@ -49,9 +49,6 @@
|
|||
#include <hb-features.h>
|
||||
#include <hb.h>
|
||||
#include <hb-ot.h>
|
||||
#ifdef HB_HAS_GOBJECT
|
||||
#include <hb-gobject.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gprintf.h>
|
||||
|
|
Loading…
Reference in New Issue