From c300bf00f0c1297516658917f1e001be8259c569 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 22 Jan 2023 14:46:20 -0700 Subject: [PATCH] [hb-info] Move include around --- util/hb-info.cc | 4 ++++ util/options.hh | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/util/hb-info.cc b/util/hb-info.cc index 563994c67..0c28a8002 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -28,6 +28,10 @@ #include "batch.hh" #include "font-options.hh" +#ifdef HB_HAS_GOBJECT +#include +#endif + const unsigned DEFAULT_FONT_SIZE = FONT_SIZE_UPEM; const unsigned SUBPIXEL_BITS = 0; diff --git a/util/options.hh b/util/options.hh index a376a5670..07212be13 100644 --- a/util/options.hh +++ b/util/options.hh @@ -49,9 +49,6 @@ #include #include #include -#ifdef HB_HAS_GOBJECT -#include -#endif #include #include