summaryrefslogtreecommitdiff
path: root/modules/indic
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-14 07:00:13 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-14 07:00:13 +0000
commit9510da42b83abfcc1c80fe7905c66b931a889d4c (patch)
tree72dd7126a3760bfabe4241dce6ba5214d5c61494 /modules/indic
parentd412258b4ca1ccaeecd211768974be6029a6f481 (diff)
downloadpango-9510da42b83abfcc1c80fe7905c66b931a889d4c.tar.gz
Make sure #include <config.h> is the first include in the file. (bug
2006-01-14 Behdad Esfahbod <behdad@gnome.org> * */*.c, */*/*.c: Make sure #include <config.h> is the first include in the file. (bug #158870, based on patch by Luis Menina)
Diffstat (limited to 'modules/indic')
-rw-r--r--modules/indic/indic-fc.c2
-rw-r--r--modules/indic/indic-ot-class-tables.c2
-rw-r--r--modules/indic/indic-ot.c2
-rw-r--r--modules/indic/mprefixups.c1
4 files changed, 7 insertions, 0 deletions
diff --git a/modules/indic/indic-fc.c b/modules/indic/indic-fc.c
index 49bbd0d9..8487a3cd 100644
--- a/modules/indic/indic-fc.c
+++ b/modules/indic/indic-fc.c
@@ -21,6 +21,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include "indic-ot.h"
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 5c122f8e..4b95cc21 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -32,6 +32,8 @@
* authorization of the copyright holder.
*/
+#include <config.h>
+
#include "indic-ot.h"
enum
diff --git a/modules/indic/indic-ot.c b/modules/indic/indic-ot.c
index a687ad35..188e5fc5 100644
--- a/modules/indic/indic-ot.c
+++ b/modules/indic/indic-ot.c
@@ -32,6 +32,8 @@
* authorization of the copyright holder.
*/
+#include <config.h>
+
#include "indic-ot.h"
#include "mprefixups.h"
/*
diff --git a/modules/indic/mprefixups.c b/modules/indic/mprefixups.c
index c9dba6c3..3fd4003b 100644
--- a/modules/indic/mprefixups.c
+++ b/modules/indic/mprefixups.c
@@ -21,6 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <pango/pango-types.h>
#include "mprefixups.h"
#include <stdio.h>