directory: moved code to database.c
Taming the directory.c monster, part II: move the database management stuff to database. directory.c should only contain code which works on directory objects.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "sig_handlers.h"
|
||||
#include "playlist.h"
|
||||
#include "directory.h"
|
||||
#include "database.h"
|
||||
#include "update.h"
|
||||
#include "command.h"
|
||||
#include "signal_check.h"
|
||||
|
Reference in New Issue
Block a user