summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fcfont.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-03-31 01:42:54 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-03-31 01:42:54 +0000
commitd2c62958dcb3744f273264b0ba5b71b77a89a1c0 (patch)
tree2bc150c1695c7685cf8d6d58a16fcabe6b76e9c7 /pango/pangocairo-fcfont.c
parenta2d9f1a92b48b9a878f8bd2f9be5fd8f3c7b4c82 (diff)
downloadpango-d2c62958dcb3744f273264b0ba5b71b77a89a1c0.tar.gz
Hook up pango-utils.h into the documentation, as we are installing it
2006-03-30 Behdad Esfahbod <behdad@gnome.org> Hook up pango-utils.h into the documentation, as we are installing it anyway. Move some internal stuff to pango-impl-utils.h and make source files include that instead.
Diffstat (limited to 'pango/pangocairo-fcfont.c')
-rw-r--r--pango/pangocairo-fcfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-fcfont.c b/pango/pangocairo-fcfont.c
index 31a91afb..e37766bd 100644
--- a/pango/pangocairo-fcfont.c
+++ b/pango/pangocairo-fcfont.c
@@ -30,7 +30,7 @@
#include "pangocairo-private.h"
#include "pangocairo-fc.h"
#include "pangofc-private.h"
-#include "pango-utils.h"
+#include "pango-impl-utils.h"
#define PANGO_TYPE_CAIRO_FC_FONT (pango_cairo_fc_font_get_type ())
#define PANGO_CAIRO_FC_FONT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_CAIRO_FC_FONT, PangoCairoFcFont))