[Telepathy-commits] [telepathy-glib/master] base-connection.c: sort #includes ASCIIbetically
Will Thompson
will.thompson at collabora.co.uk
Wed Sep 17 07:53:15 PDT 2008
---
telepathy-glib/base-connection.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 3eb711c..f1eb963 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -41,16 +41,16 @@
#include <dbus/dbus-glib-lowlevel.h>
-#include <telepathy-glib/connection-manager.h>
-#include <telepathy-glib/contacts-mixin.h>
#include <telepathy-glib/channel-factory-iface.h>
#include <telepathy-glib/channel-manager.h>
-#include <telepathy-glib/dbus.h>
+#include <telepathy-glib/connection-manager.h>
+#include <telepathy-glib/contacts-mixin.h>
#include <telepathy-glib/dbus-properties-mixin.h>
+#include <telepathy-glib/dbus.h>
#include <telepathy-glib/exportable-channel.h>
#include <telepathy-glib/gtypes.h>
-#include <telepathy-glib/svc-generic.h>
#include <telepathy-glib/interfaces.h>
+#include <telepathy-glib/svc-generic.h>
#include <telepathy-glib/util.h>
#define DEBUG_FLAG TP_DEBUG_CONNECTION
--
1.5.6.5
More information about the Telepathy-commits
mailing list