aboutsummaryrefslogtreecommitdiffstats
path: root/applets/mb-applet-clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/mb-applet-clock.c')
-rw-r--r--applets/mb-applet-clock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/applets/mb-applet-clock.c b/applets/mb-applet-clock.c
index 0569fb0..acd0cba 100644
--- a/applets/mb-applet-clock.c
+++ b/applets/mb-applet-clock.c
@@ -24,6 +24,10 @@ freely, subject to the following restrictions:
distribution.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
@@ -39,10 +43,6 @@ freely, subject to the following restrictions:
#include <libmb/mb.h>
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#ifdef ENABLE_NLS
# include <libintl.h>
# define _(text) gettext(text)