summaryrefslogtreecommitdiff
path: root/telepathy-logger/observer.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/observer.c')
-rw-r--r--telepathy-logger/observer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-logger/observer.c b/telepathy-logger/observer.c
index e6c9d5b..5ea8f2a 100644
--- a/telepathy-logger/observer.c
+++ b/telepathy-logger/observer.c
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#include "observer.h"
+#include "observer-internal.h"
#include <glib.h>
#include <telepathy-glib/interfaces.h>
@@ -31,9 +31,9 @@
#include <telepathy-glib/svc-client.h>
#include <telepathy-glib/account-manager.h>
-#include <telepathy-logger/conf.h>
-#include <telepathy-logger/channel.h>
-#include <telepathy-logger/channel-factory.h>
+#include <telepathy-logger/conf-internal.h>
+#include <telepathy-logger/channel-internal.h>
+#include <telepathy-logger/channel-factory-internal.h>
#include <telepathy-logger/log-manager.h>
#define DEBUG_FLAG TPL_DEBUG_OBSERVER