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/pangoft2-private.h | |
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/pangoft2-private.h')
-rw-r--r-- | pango/pangoft2-private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h index 02c2cfc9..d1c11b90 100644 --- a/pango/pangoft2-private.h +++ b/pango/pangoft2-private.h @@ -23,8 +23,8 @@ #ifndef __PANGOFT2_PRIVATE_H__ #define __PANGOFT2_PRIVATE_H__ -#include "pangoft2.h" -#include "pango-renderer.h" +#include <pango/pangoft2.h> +#include <pango/pango-renderer.h> #include <fontconfig/fontconfig.h> /* Debugging... */ |