diff options
author | Havoc Pennington <hp@pobox.com> | 2000-12-16 06:46:40 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-16 06:46:40 +0000 |
commit | cf11e920312b335c5eaa21021a1176fe9f913d9b (patch) | |
tree | d81ec1b8fb3d1abd4fff624d4892369c28d1b364 /pango/reorder-items.c | |
parent | f4c71c29b3b9b67d746ea23b17ce28b126911f54 (diff) | |
download | pango-cf11e920312b335c5eaa21021a1176fe9f913d9b.tar.gz |
move pango_shape and pango_reorder_items in here.
2000-12-15 Havoc Pennington <hp@pobox.com>
* pango/pango-glyph.h: move pango_shape and pango_reorder_items in
here.
* pango/pango-break.h: move most of pango.h in here, so that
pango.h can be the only file that includes pango-enum-types.h, so
that changing any header doesn't end up rebuilding all of pango
due to a rebuild of pango-enum-types.h.
* pango/makeenums.pl: script to generate pango-enum-types.[hc]
* pango/Makefile.am (pango_headers): built pango-enum-types.h,
pango-enum-types.c that do enum type registration; add
pango-break.h; do some assorted rearranging to handle the
built headers
* pango/pango.h: moved most of it to pango-break.h
* pango/break.c: include individual headers, not pango.h
* pango/shape.c: ditto
* pango/reorder-items.c: ditto
* pango/querymodules.c: ditto
* pango/pango-layout.c: ditto
* pango/pango-indic.c: ditto
* pango/mapping.c: ditto
* pango/itemize.c: ditto
* pango/fonts.c: ditto
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r-- | pango/reorder-items.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c index 3e938240..39320da0 100644 --- a/pango/reorder-items.c +++ b/pango/reorder-items.c @@ -19,7 +19,7 @@ * Boston, MA 02111-1307, USA. */ -#include <pango/pango.h> +#include <pango/pango-glyph.h> /* * NB: The contents of the file implement the exact same algorithm |