summaryrefslogtreecommitdiff
path: root/modules/thai
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/thai
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/thai')
-rw-r--r--modules/thai/thai-charprop.c2
-rw-r--r--modules/thai/thai-fc.c1
-rw-r--r--modules/thai/thai-ot.c1
-rw-r--r--modules/thai/thai-shaper.c3
4 files changed, 4 insertions, 3 deletions
diff --git a/modules/thai/thai-charprop.c b/modules/thai/thai-charprop.c
index b657f1eb..a05592b5 100644
--- a/modules/thai/thai-charprop.c
+++ b/modules/thai/thai-charprop.c
@@ -23,7 +23,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-
+#include <config.h>
#include "thai-charprop.h"
const gshort thai_char_type[256] = {
diff --git a/modules/thai/thai-fc.c b/modules/thai/thai-fc.c
index a5676ff6..9a038e8b 100644
--- a/modules/thai/thai-fc.c
+++ b/modules/thai/thai-fc.c
@@ -27,6 +27,7 @@
*/
+#include <config.h>
#include <string.h>
#include <glib.h>
diff --git a/modules/thai/thai-ot.c b/modules/thai/thai-ot.c
index 7ece31e0..b82033bb 100644
--- a/modules/thai/thai-ot.c
+++ b/modules/thai/thai-ot.c
@@ -20,6 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <string.h>
#include "thai-ot.h"
diff --git a/modules/thai/thai-shaper.c b/modules/thai/thai-shaper.c
index a4c21bfb..a2a5bf37 100644
--- a/modules/thai/thai-shaper.c
+++ b/modules/thai/thai-shaper.c
@@ -26,8 +26,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include "config.h"
-
+#include <config.h>
#include <string.h>
#include <glib.h>