From 9510da42b83abfcc1c80fe7905c66b931a889d4c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 14 Jan 2006 07:00:13 +0000 Subject: Make sure #include is the first include in the file. (bug 2006-01-14 Behdad Esfahbod * */*.c, */*/*.c: Make sure #include is the first include in the file. (bug #158870, based on patch by Luis Menina) --- pango/pangoxft-font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango/pangoxft-font.c') diff --git a/pango/pangoxft-font.c b/pango/pangoxft-font.c index 7fd35bf4..83fe2a54 100644 --- a/pango/pangoxft-font.c +++ b/pango/pangoxft-font.c @@ -19,7 +19,7 @@ * Boston, MA 02111-1307, USA. */ -#include "config.h" +#include #include -- cgit v1.2.1