[hb-info] Move include around
diff --git a/util/hb-info.cc b/util/hb-info.cc
index 563994c..0c28a80 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 <hb-gobject.h>
+#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 a376a56..07212be 100644
--- a/util/options.hh
+++ b/util/options.hh
@@ -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>