summaryrefslogtreecommitdiff
path: root/pango/pango-ot-private.h
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2020-07-29 07:15:59 +0430
committerEbrahim Byagowi <ebrahim@gnu.org>2020-07-29 07:16:04 +0430
commitd7c66dd4387fb6c3e79d87a35264b99e7f21a477 (patch)
treecbfc9e4fdb4cd78e94c60d4bad252b16b5e800fe /pango/pango-ot-private.h
parente07fbc24f4b49b2fb466e54060a83d3ed3d24ff7 (diff)
downloadpango-d7c66dd4387fb6c3e79d87a35264b99e7f21a477.tar.gz
Remove hb-glib use
glib isn't hard dependency to harfbuzz so we like to make embedders be able to compile harfbuzz for Pango without hb-glib now that hb_glib_get_unicode_funcs use is gone releases ago.
Diffstat (limited to 'pango/pango-ot-private.h')
-rw-r--r--pango/pango-ot-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot-private.h b/pango/pango-ot-private.h
index 0d803ec1..d9d86644 100644
--- a/pango/pango-ot-private.h
+++ b/pango/pango-ot-private.h
@@ -22,12 +22,12 @@
#ifndef __PANGO_OT_PRIVATE_H__
#define __PANGO_OT_PRIVATE_H__
+#include <glib.h>
#include <glib-object.h>
#include <pango/pango-ot.h>
#include <hb-ot.h>
#include <hb-ft.h>
-#include <hb-glib.h>
#include "pangofc-private.h"