From b32a997d9dd687f100198d4f30b05dfb412cca36 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 31 Mar 2006 02:20:23 +0000 Subject: Make #include syntax in sources and headers more consistent. We are using 2006-03-30 Behdad Esfahbod * 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 "...". --- pango/pangowin32-private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pango/pangowin32-private.h') diff --git a/pango/pangowin32-private.h b/pango/pangowin32-private.h index 465bb09e..1557faed 100644 --- a/pango/pangowin32-private.h +++ b/pango/pangowin32-private.h @@ -52,8 +52,8 @@ #define PING(printlist) #endif -#include "pango-modules.h" -#include "pangowin32.h" +#include +#include typedef enum { -- cgit v1.2.1