summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-23 13:11:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:21 -0400
commite9ab37a70d7c1a08c1664f5b16102a1936ebb06a (patch)
tree4d98a93203038f0fabf16245cbde77ba20b5e146 /tests
parent310f8269686b36a4bcc95560246a39e0ecfe4be5 (diff)
downloadpango-e9ab37a70d7c1a08c1664f5b16102a1936ebb06a.tar.gz
Avoid gio in Pango headers
We had a leftover include in pango-font-family.h. It is not needed, so drop it and instead include gio where we use its api.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-common.c1
-rw-r--r--tests/test-harfbuzz.c1
-rw-r--r--tests/test-itemize.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-common.c b/tests/test-common.c
index 33047c7e..d3afe032 100644
--- a/tests/test-common.c
+++ b/tests/test-common.c
@@ -20,6 +20,7 @@
*/
#include <glib.h>
+#include <gio/gio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/test-harfbuzz.c b/tests/test-harfbuzz.c
index 8c9d27ed..1e6c23a1 100644
--- a/tests/test-harfbuzz.c
+++ b/tests/test-harfbuzz.c
@@ -20,6 +20,7 @@
*/
#include <pango/pango.h>
+#include <gio/gio.h>
#include "test-common.h"
/* Some basic checks that the hb_font_t returned
diff --git a/tests/test-itemize.c b/tests/test-itemize.c
index 3d04a897..3276f5fc 100644
--- a/tests/test-itemize.c
+++ b/tests/test-itemize.c
@@ -20,6 +20,7 @@
*/
#include <glib.h>
+#include <gio/gio.h>
#include <string.h>
#include <locale.h>