summaryrefslogtreecommitdiff
path: root/modules/khmer
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/khmer
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/khmer')
-rw-r--r--modules/khmer/khmer-fc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/khmer/khmer-fc.c b/modules/khmer/khmer-fc.c
index 38a01cd8..7d768c5e 100644
--- a/modules/khmer/khmer-fc.c
+++ b/modules/khmer/khmer-fc.c
@@ -56,10 +56,9 @@
* use or other dealings in this Software without prior written
* authorization of the copyright holder.
*/
-
+#include <config.h>
#include <string.h>
-
#include "pango-engine.h"
#include "pango-ot.h"
#include "pango-utils.h"