summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-27 14:47:57 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-27 14:47:57 +0200
commitc7f3d1047b57c817bfdc768e7b8c2681b937d618 (patch)
treeacdc6fdd6c96e819c1b5980609c8da05bacc3dba /src
parent71111f257fdc8c88fccd97bd0efeb3fc44274f91 (diff)
downloadtelepathy-logger-c7f3d1047b57c817bfdc768e7b8c2681b937d618.tar.gz
rename all non public headers to -internal.h
Diffstat (limited to 'src')
-rw-r--r--src/telepathy-logger.c8
-rw-r--r--src/test-api.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/telepathy-logger.c b/src/telepathy-logger.c
index 000c720..6ce67e9 100644
--- a/src/telepathy-logger.c
+++ b/src/telepathy-logger.c
@@ -25,10 +25,10 @@
#include <telepathy-glib/telepathy-glib.h>
#include <telepathy-glib/debug-sender.h>
-#include <telepathy-logger/channel-factory.h>
-#include <telepathy-logger/channel-text.h>
-#include <telepathy-logger/observer.h>
-#include <telepathy-logger/dbus-service.h>
+#include <telepathy-logger/channel-factory-internal.h>
+#include <telepathy-logger/channel-text-internal.h>
+#include <telepathy-logger/observer-internal.h>
+#include <telepathy-logger/dbus-service-internal.h>
#define DEBUG_FLAG TPL_DEBUG_MAIN
#include <telepathy-logger/debug-internal.h>
diff --git a/src/test-api.c b/src/test-api.c
index 0692c29..f9eb004 100644
--- a/src/test-api.c
+++ b/src/test-api.c
@@ -25,7 +25,7 @@
#include <telepathy-glib/telepathy-glib.h>
#include <telepathy-glib/proxy-subclass.h>
-#include <telepathy-logger/dbus-service.h>
+#include <telepathy-logger/dbus-service-internal.h>
#include <extensions/extensions.h>
static GMainLoop *mainloop = NULL;