[Telepathy-commits] [telepathy-gabble/master] GabbleIMChannel: order includes according to coding style

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


20080721140710-53eee-4a2554192e218e7eee2c4ee629583dfa20bae879.gz
---
 src/im-channel.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/im-channel.c b/src/im-channel.c
index c99de42..df63a34 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -20,20 +20,12 @@
 
 #include "im-channel.h"
 
-#include <dbus/dbus-glib.h>
-#include <loudmouth/loudmouth.h>
 #include <stdio.h>
 #include <string.h>
 #include <time.h>
 
-#define DEBUG_FLAG GABBLE_DEBUG_IM
-
-#include "debug.h"
-#include "disco.h"
-#include "connection.h"
-#include "presence.h"
-#include "presence-cache.h"
-#include "roster.h"
+#include <dbus/dbus-glib.h>
+#include <loudmouth/loudmouth.h>
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/enums.h>
 #include <telepathy-glib/errors.h>
@@ -42,6 +34,14 @@
 #include <telepathy-glib/svc-channel.h>
 #include <telepathy-glib/svc-generic.h>
 
+#define DEBUG_FLAG GABBLE_DEBUG_IM
+#include "connection.h"
+#include "debug.h"
+#include "disco.h"
+#include "presence.h"
+#include "presence-cache.h"
+#include "roster.h"
+
 static void channel_iface_init (gpointer, gpointer);
 static void text_iface_init (gpointer, gpointer);
 static void chat_state_iface_init (gpointer, gpointer);
-- 
1.5.6.3




More information about the Telepathy-commits mailing list