[Telepathy-commits] [telepathy-salut/master] Reorder includes to observe the coding style, and add missing include
Alban Crequy
alban.crequy at collabora.co.uk
Fri Feb 6 03:14:52 PST 2009
---
src/salut-tubes-manager.c | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/salut-tubes-manager.c b/src/salut-tubes-manager.c
index 83eeb1c..808481b 100644
--- a/src/salut-tubes-manager.c
+++ b/src/salut-tubes-manager.c
@@ -28,6 +28,14 @@
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-lowlevel.h>
+#include <gibber/gibber-namespaces.h>
+#include <gibber/gibber-iq-helper.h>
+#include <telepathy-glib/interfaces.h>
+#include <telepathy-glib/channel-factory-iface.h>
+#include <telepathy-glib/dbus.h>
+#include <telepathy-glib/gtypes.h>
+#include <telepathy-glib/util.h>
+
#define DEBUG_FLAG DEBUG_TUBES
#include "debug.h"
@@ -39,12 +47,6 @@
#include "salut-util.h"
#include "tube-iface.h"
-#include <gibber/gibber-namespaces.h>
-#include <gibber/gibber-iq-helper.h>
-#include <telepathy-glib/interfaces.h>
-#include <telepathy-glib/channel-factory-iface.h>
-#include <telepathy-glib/dbus.h>
-#include <telepathy-glib/util.h>
static SalutTubesChannel *new_tubes_channel (SalutTubesManager *fac,
TpHandle handle, TpHandle initiator, gpointer request_token);
--
1.5.6.5
More information about the telepathy-commits
mailing list