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.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user