[hb-info] Move include around

This commit is contained in:
Behdad Esfahbod 2023-01-22 14:46:20 -07:00
parent b839f53cde
commit c300bf00f0
2 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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>