diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-01 19:24:36 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-01 19:24:36 +0000 |
commit | fd2cf6397d83de2e1a4e5f70ca5586e1db76557e (patch) | |
tree | bbf1402648ae7e824fe545c9ffb6aa477dc5dd39 /src | |
parent | c69233d4fcc15bffe0cc5ee3fb9fd1de8c2ab3d3 (diff) |
sip-media-channel.h: re-order headers as per Telepathy coding style
Diffstat (limited to 'src')
-rw-r--r-- | src/sip-media-channel.h | 5 |
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 |