diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-28 11:52:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-28 11:52:10 -0400 |
commit | a7b17aa2bad77c485943c860a20aedc2b2b115ff (patch) | |
tree | c9241b7e1bfed2e224b9b808307a49572c3dac93 /pango/pango-coverage.h | |
parent | d0a3b2cabbe448cfa4b98b9dfba9ff8ccc696b82 (diff) | |
download | pango-a7b17aa2bad77c485943c860a20aedc2b2b115ff.tar.gz |
Fix up harfbuzz includes
The correct include is without harfbuzz/.
Closes: https://gitlab.gnome.org/GNOME/pango/issues/387
Diffstat (limited to 'pango/pango-coverage.h')
-rw-r--r-- | pango/pango-coverage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-coverage.h b/pango/pango-coverage.h index e46f34d1..9189af24 100644 --- a/pango/pango-coverage.h +++ b/pango/pango-coverage.h @@ -25,7 +25,7 @@ #include <glib.h> #include <pango/pango-version-macros.h> -#include <harfbuzz/hb.h> +#include <hb.h> G_BEGIN_DECLS |