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