summaryrefslogtreecommitdiff
path: root/pango/pangox.c
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 /pango/pangox.c
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 'pango/pangox.c')
-rw-r--r--pango/pangox.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pangox.c b/pango/pangox.c
index 3b03d77b..881c92a1 100644
--- a/pango/pangox.c
+++ b/pango/pangox.c
@@ -19,6 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
@@ -34,8 +35,6 @@
#define PANGO_X_UNKNOWN_FLAG 0x10000000
-#include "config.h"
-
#define PANGO_TYPE_X_FONT (pango_x_font_get_type ())
#define PANGO_X_FONT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_X_FONT, PangoXFont))
#define PANGO_X_FONT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PANGO_TYPE_X_FONT, PangoXFontClass))