summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-03-31 02:20:23 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-03-31 02:20:23 +0000
commitb32a997d9dd687f100198d4f30b05dfb412cca36 (patch)
tree7fbddc400d65aacf6060f7ca04088d5d76f7568d /pango/pango-context.c
parentd2c62958dcb3744f273264b0ba5b71b77a89a1c0 (diff)
downloadpango-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-context.c')
-rw-r--r--pango/pango-context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index f2fd921c..937583d3 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -23,8 +23,8 @@
#include <string.h>
#include <stdlib.h>
-#include "pango/pango-context.h"
-#include "pango/pango-impl-utils.h"
+#include "pango-context.h"
+#include "pango-impl-utils.h"
#include "pango-engine.h"
#include "pango-engine-private.h"