diff src/main.c @ 1733:b52deba688e9

Fix up compilation issues related to libchamplain. See http://sourceforge.net/tracker/index.php?func=detail&aid=2848469&group_id=222125&atid=1054680
author zas_
date Fri, 04 Sep 2009 15:53:04 +0000
parents d148cfcdd30c
children 6cae2af8fdd1
line wrap: on
line diff
--- a/src/main.c	Thu Sep 03 20:00:40 2009 +0000
+++ b/src/main.c	Fri Sep 04 15:53:04 2009 +0000
@@ -11,11 +11,6 @@
  */
 
 #include <gdk/gdkkeysyms.h> /* for keyboard values */
-#ifdef HAVE_LIBCHAMPLAIN
-#ifdef HAVE_LIBCHAMPLAIN_GTK
-#include <clutter-gtk/gtk-clutter-embed.h>
-#endif
-#endif
 
 #include <signal.h>
 #include <sys/mman.h>
@@ -50,6 +45,12 @@
 #include "histogram.h"
 #include "pixbuf_util.h"
 
+#ifdef HAVE_LIBCHAMPLAIN
+#ifdef HAVE_LIBCHAMPLAIN_GTK
+#include <clutter-gtk/gtk-clutter-embed.h>
+#endif
+#endif
+
 
 gboolean thumb_format_changed = FALSE;
 static RemoteConnection *remote_connection = NULL;