summaryrefslogtreecommitdiff
path: root/telepathy-logger/conf.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 18:59:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-23 14:27:00 +0100
commitf59fb0bb4bd4adf0116a25c9035c3a03ec89fe7e (patch)
tree3ade2319ef9392c94945bdf19198d2987b8381e0 /telepathy-logger/conf.c
parent11b4d70d5588fa19f474f0d1be5ce82bfc38f2af (diff)
downloadtelepathy-logger-f59fb0bb4bd4adf0116a25c9035c3a03ec89fe7e.tar.gz
Internalize util.h
Diffstat (limited to 'telepathy-logger/conf.c')
-rw-r--r--telepathy-logger/conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c
index 5600119..af06447 100644
--- a/telepathy-logger/conf.c
+++ b/telepathy-logger/conf.c
@@ -24,10 +24,9 @@
#include <glib.h>
-#include <telepathy-logger/util.h>
-
#define DEBUG_FLAG TPL_DEBUG_CONF
#include <telepathy-logger/debug-internal.h>
+#include <telepathy-logger/util-internal.h>
#define GET_PRIV(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), TPL_TYPE_CONF, TplConfPriv))