summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-02-11 15:57:32 +0000
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-12 22:02:18 +1100
commit10477cd6f83839e1b2ceaaa6407c485b5f7ca200 (patch)
tree3d8650eb739310bfc0f6f623aeee5143f00634c4
parentfd9c87f22fd9d23edb5227e810e2441e03e9ef23 (diff)
channel: fix include
-rw-r--r--telepathy-logger/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/channel.c b/telepathy-logger/channel.c
index 5e38cc4ad..36b947cbf 100644
--- a/telepathy-logger/channel.c
+++ b/telepathy-logger/channel.c
@@ -20,7 +20,6 @@
*/
#include "channel.h"
-#include "observer.h"
#include <string.h>
@@ -28,6 +27,7 @@
#include <telepathy-glib/util.h>
#include <telepathy-logger/channel-text.h>
+#include <telepathy-logger/observer.h>
#define DEBUG_FLAG TPL_DEBUG_CHANNEL
#include <telepathy-logger/debug.h>