summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-24 16:32:42 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-24 16:32:42 +0200
commit3db9f949caf4e467760873c08afe174bee68be26 (patch)
treedd4b0e4ef20452e824eb4fde9964bb6263c9516d
parent4d6bf1661dcc775301d2e3b8791264dd474cab48 (diff)
handle-channels-context: include public header first
-rw-r--r--telepathy-glib/handle-channels-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/handle-channels-context.c b/telepathy-glib/handle-channels-context.c
index 7ebd5971..9dd9bb71 100644
--- a/telepathy-glib/handle-channels-context.c
+++ b/telepathy-glib/handle-channels-context.c
@@ -44,8 +44,8 @@
* Since: 0.11.UNRELEASED
*/
-#include "telepathy-glib/handle-channels-context-internal.h"
#include "telepathy-glib/handle-channels-context.h"
+#include "telepathy-glib/handle-channels-context-internal.h"
#include <telepathy-glib/channel.h>
#include <telepathy-glib/dbus.h>