summaryrefslogtreecommitdiff
path: root/src/idle-im-channel.c
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2008-01-15 20:53:29 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2008-01-15 20:53:29 +0000
commitd6884fde268175fca9afccfad0c36435be5a8bd9 (patch)
tree0f35c08eb151bcc32b69dc51d1a5f724e6431654 /src/idle-im-channel.c
parent3c20851336897e76c48a76e6681dc1d64e1c03ac (diff)
Clean up includes
Diffstat (limited to 'src/idle-im-channel.c')
-rw-r--r--src/idle-im-channel.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/idle-im-channel.c b/src/idle-im-channel.c
index 6e1029d..2dfc7ac 100644
--- a/src/idle-im-channel.c
+++ b/src/idle-im-channel.c
@@ -18,27 +18,26 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <glib.h>
+#include "idle-im-channel.h"
+
+#include <time.h>
+
+#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus-glib.h>
+#include <telepathy-glib/channel-iface.h>
+#include <telepathy-glib/dbus.h>
#include <telepathy-glib/enums.h>
#include <telepathy-glib/interfaces.h>
#include <telepathy-glib/errors.h>
-#include <telepathy-glib/dbus.h>
-#include <telepathy-glib/channel-iface.h>
#include <telepathy-glib/svc-channel.h>
-#include <time.h>
-
+#define IDLE_DEBUG_FLAG IDLE_DEBUG_IM
#include "idle-connection.h"
+#include "idle-debug.h"
#include "idle-handles.h"
#include "idle-text.h"
-#include "idle-im-channel.h"
-
-#define IDLE_DEBUG_FLAG IDLE_DEBUG_IM
-#include "idle-debug.h"
-
static void channel_iface_init (gpointer, gpointer);
static void text_iface_init (gpointer, gpointer);