summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fc.h
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/pangocairo-fc.h
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/pangocairo-fc.h')
-rw-r--r--pango/pangocairo-fc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangocairo-fc.h b/pango/pangocairo-fc.h
index 9c35aa17..5f9f8c04 100644
--- a/pango/pangocairo-fc.h
+++ b/pango/pangocairo-fc.h
@@ -22,8 +22,8 @@
#ifndef __PANGOCAIRO_FC_H__
#define __PANGOCAIRO_FC_H__
-#include "pangofc-fontmap.h"
-#include "pangocairo.h"
+#include <pango/pangofc-fontmap.h>
+#include <pango/pangocairo.h>
G_BEGIN_DECLS