From 7b9bed8398137e90538908a24467633029b1c307 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:48:48 +0200 Subject: directory: moved code to update.c The source directory.c mixes several libraries: directory object management, database management and database update, resulting in a 1000+ line monster. Move the whole database update code to update.c. --- src/sig_handlers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sig_handlers.c') diff --git a/src/sig_handlers.c b/src/sig_handlers.c index e4ac21f22..854188c51 100644 --- a/src/sig_handlers.c +++ b/src/sig_handlers.c @@ -20,6 +20,7 @@ #include "sig_handlers.h" #include "playlist.h" #include "directory.h" +#include "update.h" #include "command.h" #include "signal_check.h" #include "log.h" -- cgit v1.2.3