summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-10 16:32:29 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-10 16:32:29 -0500
commit64f324ad23950d2c6e62bee610aae241f821ab6e (patch)
treef06712fce467aa67bfb82143df2af59647e13c2d /telepathy-logger/text-channel.c
parent631677c8a1eafcd84fe9f264b5f6c6c0464d2653 (diff)
downloadtelepathy-logger-64f324ad23950d2c6e62bee610aae241f821ab6e.tar.gz
Fix local header includes to use double quote
Diffstat (limited to 'telepathy-logger/text-channel.c')
-rw-r--r--telepathy-logger/text-channel.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index a24df14..92cf888 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -27,19 +27,19 @@
#include <telepathy-glib/enums.h>
#include <telepathy-glib/proxy.h>
-#include <telepathy-logger/channel-internal.h>
-#include <telepathy-logger/observer-internal.h>
-#include <telepathy-logger/event-internal.h>
-#include <telepathy-logger/text-event.h>
-#include <telepathy-logger/text-event-internal.h>
-#include <telepathy-logger/log-manager-internal.h>
-#include <telepathy-logger/log-store-sqlite-internal.h>
+#include "action-chain-internal.h"
+#include "channel-internal.h"
+#include "entity-internal.h"
+#include "event-internal.h"
+#include "log-manager-internal.h"
+#include "log-store-sqlite-internal.h"
+#include "observer-internal.h"
+#include "text-event.h"
+#include "text-event-internal.h"
+#include "util-internal.h"
#define DEBUG_FLAG TPL_DEBUG_CHANNEL
-#include <telepathy-logger/action-chain-internal.h>
-#include <telepathy-logger/entity-internal.h>
-#include <telepathy-logger/debug-internal.h>
-#include <telepathy-logger/util-internal.h>
+#include "debug-internal.h"
struct _TplTextChannelPriv
{