diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-03-31 02:20:23 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-31 02:20:23 +0000 |
commit | b32a997d9dd687f100198d4f30b05dfb412cca36 (patch) | |
tree | 7fbddc400d65aacf6060f7ca04088d5d76f7568d /pango/pango-item.c | |
parent | d2c62958dcb3744f273264b0ba5b71b77a89a1c0 (diff) | |
download | pango-b32a997d9dd687f100198d4f30b05dfb412cca36.tar.gz |
Make #include syntax in sources and headers more consistent. We are using
2006-03-30 Behdad Esfahbod <behdad@gnome.org>
* pango/*.[ch]: Make #include syntax in sources and headers more
consistent. We are using the "..." syntax for all Pango headers
in source files, and <...> syntax in all header files, except for
including private headers, that we use "...".
Diffstat (limited to 'pango/pango-item.c')
-rw-r--r-- | pango/pango-item.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-item.c b/pango/pango-item.c index c6f1715a..37622e87 100644 --- a/pango/pango-item.c +++ b/pango/pango-item.c @@ -20,9 +20,9 @@ */ #include <config.h> -#include <pango-attributes.h> -#include <pango-item.h> -#include <pango-impl-utils.h> +#include "pango-attributes.h" +#include "pango-item.h" +#include "pango-impl-utils.h" /** * pango_item_new: |