diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-14 07:00:13 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-14 07:00:13 +0000 |
commit | 9510da42b83abfcc1c80fe7905c66b931a889d4c (patch) | |
tree | 72dd7126a3760bfabe4241dce6ba5214d5c61494 /modules/arabic | |
parent | d412258b4ca1ccaeecd211768974be6029a6f481 (diff) | |
download | pango-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/arabic')
-rw-r--r-- | modules/arabic/arabic-fc.c | 1 | ||||
-rw-r--r-- | modules/arabic/arabic-ot.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/modules/arabic/arabic-fc.c b/modules/arabic/arabic-fc.c index 7c2866a4..e03e9ba6 100644 --- a/modules/arabic/arabic-fc.c +++ b/modules/arabic/arabic-fc.c @@ -20,6 +20,7 @@ * Boston, MA 02111-1307, USA. */ +#include <config.h> #include <string.h> #include "arabic-ot.h" diff --git a/modules/arabic/arabic-ot.c b/modules/arabic/arabic-ot.c index 681fefed..d23d6486 100644 --- a/modules/arabic/arabic-ot.c +++ b/modules/arabic/arabic-ot.c @@ -25,6 +25,8 @@ /* pango/opentype/FT-license.txt */ /****************************************************************************/ +#include <config.h> + #include "arabic-ot.h" |