[Telepathy-commits] [telepathy-gabble/master] Move include at the right place

Pierre-Luc Beaudoin pierre-luc.beaudoin at collabora.co.uk
Sun Feb 1 05:24:02 PST 2009


---
 src/conn-location.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/conn-location.c b/src/conn-location.c
index 6dcff7f..437c1bb 100644
--- a/src/conn-location.c
+++ b/src/conn-location.c
@@ -1,7 +1,6 @@
 
 #include "config.h"
 #include "conn-location.h"
-#include "presence-cache.h"
 
 #include <string.h>
 #include <stdlib.h>
@@ -12,6 +11,7 @@
 #include "extensions/extensions.h"
 #include "namespaces.h"
 #include "pubsub.h"
+#include "presence-cache.h"
 
 static gboolean update_location_from_msg (GabbleConnection *conn,
     const gchar *from, LmMessage *msg);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list