From ddf7f5c131b04f2caee28c9456b98eeebe0c94ab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 13 Jun 2012 21:38:28 +0200 Subject: update_internal.h: split header --- src/update_walk.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/update_walk.c') diff --git a/src/update_walk.c b/src/update_walk.c index c9d6d81c6..72abf39ce 100644 --- a/src/update_walk.c +++ b/src/update_walk.c @@ -18,7 +18,7 @@ */ #include "config.h" /* must be first for large file support */ -#include "update_internal.h" +#include "update_walk.h" #include "update_io.h" #include "update_db.h" #include "database.h" @@ -54,6 +54,9 @@ #include #include +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "update" + static bool walk_discard; static bool modified; -- cgit v1.2.3