From 4852e5910626ab6e4b20e611589de613a360251f Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 22 Jun 2008 15:18:49 +0000 Subject: Include "config.h" instead of Command used: find -name 2008-06-21 Johan Dahlin * *.[ch]: Include "config.h" instead of Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include /#include "config.h"/g' Rubberstamped by Behdad svn path=/trunk/; revision=2657 --- modules/arabic/arabic-fc.c | 2 +- modules/arabic/arabic-lang.c | 2 +- modules/arabic/arabic-ot.c | 2 +- modules/basic/basic-atsui.c | 2 +- modules/basic/basic-fc.c | 2 +- modules/basic/basic-win32.c | 2 +- modules/basic/basic-x.c | 2 +- modules/hangul/hangul-fc.c | 2 +- modules/hebrew/hebrew-fc.c | 2 +- modules/hebrew/hebrew-shaper.c | 2 +- modules/indic/indic-fc.c | 2 +- modules/indic/indic-lang.c | 2 +- modules/indic/indic-ot-class-tables.c | 2 +- modules/indic/indic-ot.c | 2 +- modules/indic/mprefixups.c | 2 +- modules/khmer/khmer-fc.c | 2 +- modules/syriac/syriac-fc.c | 2 +- modules/syriac/syriac-ot.c | 2 +- modules/thai/thai-charprop.c | 2 +- modules/thai/thai-fc.c | 2 +- modules/thai/thai-shaper.c | 2 +- modules/tibetan/tibetan-fc.c | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'modules') 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 +#include "config.h" #include #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 +#include "config.h" #include #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 +#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 +#include "config.h" #include #include #include 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 +#include "config.h" #include #include 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 +#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 +#include "config.h" #include #include #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 +#include "config.h" #include #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 +#include "config.h" #include #include 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 +#include "config.h" #include #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 +#include "config.h" #include 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 +#include "config.h" #include #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 +#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 +#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 +#include "config.h" #include #include "mprefixups.h" #include 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 +#include "config.h" #include #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 +#include "config.h" #include #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 +#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 +#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 +#include "config.h" #include #include 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 +#include "config.h" #include #include 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 +#include "config.h" #include #include "pango-engine.h" -- cgit v1.2.1