aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-09 18:41:17 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-09 18:41:17 +0800
commitd8bb5b65d73668942101b33feda431e941a7f94c (patch)
tree88ab2cb2939376e7df75c8a8e878dce65ef0402f /lib
parentfedbee566107f89acab946d5ebd4ef3f5f6d7bdb (diff)
downloadgsoc2013-epiphany-d8bb5b65d73668942101b33feda431e941a7f94c.tar
gsoc2013-epiphany-d8bb5b65d73668942101b33feda431e941a7f94c.tar.gz
gsoc2013-epiphany-d8bb5b65d73668942101b33feda431e941a7f94c.tar.bz2
gsoc2013-epiphany-d8bb5b65d73668942101b33feda431e941a7f94c.tar.lz
gsoc2013-epiphany-d8bb5b65d73668942101b33feda431e941a7f94c.tar.xz
gsoc2013-epiphany-d8bb5b65d73668942101b33feda431e941a7f94c.tar.zst
gsoc2013-epiphany-d8bb5b65d73668942101b33feda431e941a7f94c.zip
Include config.h upfront.
2004-08-09 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-label.c: Include config.h upfront.
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-label.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/widgets/ephy-label.c b/lib/widgets/ephy-label.c
index 70f6b03fb..73968c2cd 100644
--- a/lib/widgets/ephy-label.c
+++ b/lib/widgets/ephy-label.c
@@ -23,14 +23,14 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <gtk/gtkversion.h>
#if !GTK_CHECK_VERSION (2, 5, 1)
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "ephy-label.h"
#include <math.h>