[Telepathy-commits] [telepathy-gabble/master] GabbleRoomlistChannel: re-order #includes

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:11 PDT 2008


20080606112831-53eee-ddbf580369f5d3ffebdd987c7a8000724c45fcc0.gz
---
 src/gabble-roomlist-channel.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/gabble-roomlist-channel.c b/src/gabble-roomlist-channel.c
index 87fd2d2..d677e39 100644
--- a/src/gabble-roomlist-channel.c
+++ b/src/gabble-roomlist-channel.c
@@ -25,16 +25,16 @@
 #include <stdlib.h>
 #include <string.h>
 
-#define DEBUG_FLAG GABBLE_DEBUG_ROOMLIST
-
-#include "debug.h"
-#include "disco.h"
-#include "gabble-connection.h"
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/enums.h>
 #include <telepathy-glib/interfaces.h>
 #include <telepathy-glib/channel-iface.h>
 #include <telepathy-glib/svc-channel.h>
+
+#define DEBUG_FLAG GABBLE_DEBUG_ROOMLIST
+#include "debug.h"
+#include "disco.h"
+#include "gabble-connection.h"
 #include "namespaces.h"
 #include "util.h"
 
-- 
1.5.6.3




More information about the Telepathy-commits mailing list