summaryrefslogtreecommitdiff
path: root/telepathy-logger/conf.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 18:17:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-23 14:27:00 +0100
commit5e7655f12de5b11e35e19acabf540f4557b50db7 (patch)
treef7cdd17d0eb560cf4088d841877c96e013dc6ea8 /telepathy-logger/conf.c
parentbd97bf6a798232bc4fccccfd1aebd0477d6e2daf (diff)
downloadtelepathy-logger-5e7655f12de5b11e35e19acabf540f4557b50db7.tar.gz
Rename debug.h to debug-internal.h and underscore-prefix its functions
Diffstat (limited to 'telepathy-logger/conf.c')
-rw-r--r--telepathy-logger/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c
index 0833554..5600119 100644
--- a/telepathy-logger/conf.c
+++ b/telepathy-logger/conf.c
@@ -27,7 +27,7 @@
#include <telepathy-logger/util.h>
#define DEBUG_FLAG TPL_DEBUG_CONF
-#include <telepathy-logger/debug.h>
+#include <telepathy-logger/debug-internal.h>
#define GET_PRIV(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TPL_TYPE_CONF, TplConfPriv))