diff options
Diffstat (limited to 'src/update.c')
-rw-r--r-- | src/update.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c index 2df1a5bf6..12eec40c4 100644 --- a/src/update.c +++ b/src/update.c @@ -18,7 +18,9 @@ */ #include "config.h" -#include "update_internal.h" +#include "update.h" +#include "update_queue.h" +#include "update_walk.h" #include "update_remove.h" #include "update.h" #include "database.h" @@ -35,6 +37,9 @@ #include <assert.h> +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "update" + static enum update_progress { UPDATE_PROGRESS_IDLE = 0, UPDATE_PROGRESS_RUNNING = 1, |