summaryrefslogtreecommitdiff
path: root/modules/indic
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-22 15:18:49 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-22 15:18:49 +0000
commit4852e5910626ab6e4b20e611589de613a360251f (patch)
tree620dfe035216f3e2302482790318818835dfd2d9 /modules/indic
parent81af6c6043a28fe0eac4069d36183b93966bb3d1 (diff)
downloadpango-4852e5910626ab6e4b20e611589de613a360251f.tar.gz
Include "config.h" instead of <config.h> Command used: find -name
2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Behdad svn path=/trunk/; revision=2657
Diffstat (limited to 'modules/indic')
-rw-r--r--modules/indic/indic-fc.c2
-rw-r--r--modules/indic/indic-lang.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.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/indic/indic-fc.c b/modules/indic/indic-fc.c
index d73b94dc..6ba90c1a 100644
--- a/modules/indic/indic-fc.c
+++ b/modules/indic/indic-fc.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/modules/indic/indic-lang.c b/modules/indic/indic-lang.c
index a0c163ba..765062cf 100644
--- a/modules/indic/indic-lang.c
+++ b/modules/indic/indic-lang.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "pango-engine.h"
diff --git a/modules/indic/indic-ot-class-tables.c b/modules/indic/indic-ot-class-tables.c
index 9f611190..ccf8051a 100644
--- a/modules/indic/indic-ot-class-tables.c
+++ b/modules/indic/indic-ot-class-tables.c
@@ -32,7 +32,7 @@
* authorization of the copyright holder.
*/
-#include <config.h>
+#include "config.h"
#include "indic-ot.h"
diff --git a/modules/indic/indic-ot.c b/modules/indic/indic-ot.c
index de1b4224..8e60c4f7 100644
--- a/modules/indic/indic-ot.c
+++ b/modules/indic/indic-ot.c
@@ -32,7 +32,7 @@
* authorization of the copyright holder.
*/
-#include <config.h>
+#include "config.h"
#include "indic-ot.h"
#include "mprefixups.h"
diff --git a/modules/indic/mprefixups.c b/modules/indic/mprefixups.c
index 60517d88..4acb6d09 100644
--- a/modules/indic/mprefixups.c
+++ b/modules/indic/mprefixups.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <pango/pango-types.h>
#include "mprefixups.h"
#include <stdio.h>