diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-24 16:32:42 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-24 16:32:42 +0200 |
commit | 3db9f949caf4e467760873c08afe174bee68be26 (patch) | |
tree | dd4b0e4ef20452e824eb4fde9964bb6263c9516d | |
parent | 4d6bf1661dcc775301d2e3b8791264dd474cab48 (diff) |
handle-channels-context: include public header first
-rw-r--r-- | telepathy-glib/handle-channels-context.c | 2 |
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> |