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/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index cf61fa18..5a944849 100644 --- a/src/command.c +++ b/src/command.c @@ -21,6 +21,7 @@ #include "playlist.h" #include "ls.h" #include "directory.h" +#include "update.h" #include "volume.h" #include "stats.h" #include "list.h" -- cgit v1.2.3