summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/arabic/arabic-fc.c2
-rw-r--r--modules/arabic/arabic-lang.c2
-rw-r--r--modules/arabic/arabic-ot.c2
-rw-r--r--modules/basic/basic-atsui.c2
-rw-r--r--modules/basic/basic-fc.c2
-rw-r--r--modules/basic/basic-win32.c2
-rw-r--r--modules/basic/basic-x.c2
-rw-r--r--modules/hangul/hangul-fc.c2
-rw-r--r--modules/hebrew/hebrew-fc.c2
-rw-r--r--modules/hebrew/hebrew-shaper.c2
-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
-rw-r--r--modules/khmer/khmer-fc.c2
-rw-r--r--modules/syriac/syriac-fc.c2
-rw-r--r--modules/syriac/syriac-ot.c2
-rw-r--r--modules/thai/thai-charprop.c2
-rw-r--r--modules/thai/thai-fc.c2
-rw-r--r--modules/thai/thai-shaper.c2
-rw-r--r--modules/tibetan/tibetan-fc.c2
22 files changed, 22 insertions, 22 deletions
diff --git a/modules/arabic/arabic-fc.c b/modules/arabic/arabic-fc.c
index 023f6294..eec7faa3 100644
--- a/modules/arabic/arabic-fc.c
+++ b/modules/arabic/arabic-fc.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "arabic-ot.h"
diff --git a/modules/arabic/arabic-lang.c b/modules/arabic/arabic-lang.c
index 7022b04e..a4200a31 100644
--- a/modules/arabic/arabic-lang.c
+++ b/modules/arabic/arabic-lang.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "pango-engine.h"
diff --git a/modules/arabic/arabic-ot.c b/modules/arabic/arabic-ot.c
index ba8e9bad..ca8e7005 100644
--- a/modules/arabic/arabic-ot.c
+++ b/modules/arabic/arabic-ot.c
@@ -26,7 +26,7 @@
/* pango/opentype/COPYING for full details of this licensing scheme. */
/****************************************************************************/
-#include <config.h>
+#include "config.h"
#include "arabic-ot.h"
diff --git a/modules/basic/basic-atsui.c b/modules/basic/basic-atsui.c
index 8160a404..538c7158 100644
--- a/modules/basic/basic-atsui.c
+++ b/modules/basic/basic-atsui.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <string.h>
#include <Carbon/Carbon.h>
diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c
index 7b2c2e78..50d01071 100644
--- a/modules/basic/basic-fc.c
+++ b/modules/basic/basic-fc.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <glib/gprintf.h>
diff --git a/modules/basic/basic-win32.c b/modules/basic/basic-win32.c
index f11b34a2..ecb139e0 100644
--- a/modules/basic/basic-win32.c
+++ b/modules/basic/basic-win32.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#define BASIC_WIN32_DEBUGGING
diff --git a/modules/basic/basic-x.c b/modules/basic/basic-x.c
index 471b043b..436967ab 100644
--- a/modules/basic/basic-x.c
+++ b/modules/basic/basic-x.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <string.h>
#include "pango-engine.h"
diff --git a/modules/hangul/hangul-fc.c b/modules/hangul/hangul-fc.c
index 32470fe4..6ffe159a 100644
--- a/modules/hangul/hangul-fc.c
+++ b/modules/hangul/hangul-fc.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/hebrew/hebrew-fc.c b/modules/hebrew/hebrew-fc.c
index 6ab83816..de4e688e 100644
--- a/modules/hebrew/hebrew-fc.c
+++ b/modules/hebrew/hebrew-fc.c
@@ -23,7 +23,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <pango/pango-ot.h>
diff --git a/modules/hebrew/hebrew-shaper.c b/modules/hebrew/hebrew-shaper.c
index ba5fb2d5..8aa36381 100644
--- a/modules/hebrew/hebrew-shaper.c
+++ b/modules/hebrew/hebrew-shaper.c
@@ -29,7 +29,7 @@
* bad though, and should be fixed, once I have more time.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include "pango-engine.h"
#include "hebrew-shaper.h"
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>
diff --git a/modules/khmer/khmer-fc.c b/modules/khmer/khmer-fc.c
index 7c2486cd..5b2be9fe 100644
--- a/modules/khmer/khmer-fc.c
+++ b/modules/khmer/khmer-fc.c
@@ -56,7 +56,7 @@
* use or other dealings in this Software without prior written
* authorization of the copyright holder.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "pango-engine.h"
diff --git a/modules/syriac/syriac-fc.c b/modules/syriac/syriac-fc.c
index 0e0837d0..8e0e16ed 100644
--- a/modules/syriac/syriac-fc.c
+++ b/modules/syriac/syriac-fc.c
@@ -23,7 +23,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 "syriac-ot.h"
diff --git a/modules/syriac/syriac-ot.c b/modules/syriac/syriac-ot.c
index 30995021..0fbb64e0 100644
--- a/modules/syriac/syriac-ot.c
+++ b/modules/syriac/syriac-ot.c
@@ -17,7 +17,7 @@
* under the GNU General Public License and the FreeType license. See
* pango/opentype/COPYING for full details of this licensing scheme.
*/
-#include <config.h>
+#include "config.h"
#include "syriac-ot.h"
/* Here a table of the joining classes for characters in the range
diff --git a/modules/thai/thai-charprop.c b/modules/thai/thai-charprop.c
index 26e13318..a51e3a3d 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 "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 7fe2492c..40f3acc5 100644
--- a/modules/thai/thai-fc.c
+++ b/modules/thai/thai-fc.c
@@ -27,7 +27,7 @@
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <glib.h>
diff --git a/modules/thai/thai-shaper.c b/modules/thai/thai-shaper.c
index 580f1462..e80bb3c2 100644
--- a/modules/thai/thai-shaper.c
+++ b/modules/thai/thai-shaper.c
@@ -26,7 +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>
diff --git a/modules/tibetan/tibetan-fc.c b/modules/tibetan/tibetan-fc.c
index ff65071c..0691ad03 100644
--- a/modules/tibetan/tibetan-fc.c
+++ b/modules/tibetan/tibetan-fc.c
@@ -64,7 +64,7 @@
* use or other dealings in this Software without prior written
* authorization of the copyright holder.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "pango-engine.h"