[vino/gnome-3-8] Move tube declaration to the right place



commit 19b2cae97ace65d85733e55f1ec7754eade80009
Author: Jonh Wendell <jonh wendell intel com>
Date:   Mon Jul 1 11:08:40 2013 -0300

    Move tube declaration to the right place

 server/vino-main.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/server/vino-main.c b/server/vino-main.c
index a11e7e0..4740a2e 100644
--- a/server/vino-main.c
+++ b/server/vino-main.c
@@ -36,13 +36,13 @@
 #include "vino-dbus-listener.h"
 #include "eggsmclient.h"
 
-#ifdef VINO_HAVE_GNUTLS
-#include <gnutls/gnutls.h>
-
 #ifdef VINO_HAVE_TELEPATHY_GLIB
 static gboolean tube = FALSE;
 #endif
 
+#ifdef VINO_HAVE_GNUTLS
+#include <gnutls/gnutls.h>
+
 # ifdef GNOME_ENABLE_DEBUG
 static void
 vino_debug_gnutls (int         level,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]