summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-01 19:24:36 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-01 19:24:36 +0000
commitfd2cf6397d83de2e1a4e5f70ca5586e1db76557e (patch)
treebbf1402648ae7e824fe545c9ffb6aa477dc5dd39 /src
parentc69233d4fcc15bffe0cc5ee3fb9fd1de8c2ab3d3 (diff)
sip-media-channel.h: re-order headers as per Telepathy coding style
Diffstat (limited to 'src')
-rw-r--r--src/sip-media-channel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sip-media-channel.h b/src/sip-media-channel.h
index 42fba02..4ea9247 100644
--- a/src/sip-media-channel.h
+++ b/src/sip-media-channel.h
@@ -22,13 +22,12 @@
#define __TPSIP_MEDIA_CHANNEL_H__
#include <glib-object.h>
-
-#include <telepathy-glib/handle.h>
+#include <sofia-sip/sdp.h>
#include <telepathy-glib/group-mixin.h>
+#include <telepathy-glib/handle.h>
#include <telepathy-glib/properties-mixin.h>
#include <tpsip/sofia-decls.h>
-#include <sofia-sip/sdp.h>
G_BEGIN_DECLS