From d8bb5b65d73668942101b33feda431e941a7f94c Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 9 Aug 2004 10:41:17 +0000 Subject: Include config.h upfront. 2004-08-09 Christian Persch * lib/widgets/ephy-label.c: Include config.h upfront. --- lib/widgets/ephy-label.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/widgets/ephy-label.c') 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 #if !GTK_CHECK_VERSION (2, 5, 1) -#ifdef HAVE_CONFIG_H -#include -#endif - #include "ephy-label.h" #include -- cgit v1.2.3