[Telepathy-commits] [telepathy-gabble/master] GabbleMucChannel: order headers according to coding style

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


20080721152559-53eee-d5d3d048a7831609a4e29a59b4c5cbb61eaeeca7.gz
---
 src/muc-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/muc-channel.c b/src/muc-channel.c
index ba4095b..c976d4b 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -22,10 +22,10 @@
 #include "config.h"
 #include "muc-channel.h"
 
+#include <dbus/dbus-glib.h>
 #include <stdio.h>
 #include <string.h>
 
-#include <dbus/dbus-glib.h>
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/debug-ansi.h>
 #include <telepathy-glib/errors.h>
@@ -35,9 +35,9 @@
 
 #define DEBUG_FLAG GABBLE_DEBUG_MUC
 
-#include "connection.h"
 #include "debug.h"
 #include "disco.h"
+#include "connection.h"
 #include "error.h"
 #include "namespaces.h"
 #include "util.h"
-- 
1.5.6.3




More information about the Telepathy-commits mailing list