diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-07 10:55:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-07 10:55:08 -0500 |
commit | d9e7ec32d6e98d99286557a066e3dacaa3366467 (patch) | |
tree | 26ffec72bba250171d9f4e1033d69befd54a89c1 /pango/pango-context.c | |
parent | e43df625b98cb521b478299069c91ee0facca359 (diff) | |
download | pango-d9e7ec32d6e98d99286557a066e3dacaa3366467.tar.gz |
Reshuffle private headers a bit
pango_itemize_with_font belongs into pango-item-private.h.
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 2301138f..d0166d94 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -28,6 +28,7 @@ #include "pango-impl-utils.h" #include "pango-font-private.h" +#include "pango-item-private.h" #include "pango-fontset-private.h" #include "pango-fontmap-private.h" #include "pango-script-private.h" |