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:
Max Kellermann
2008-10-08 11:07:35 +02:00
parent ba5c9b0375
commit 8a50e8a266
13 changed files with 427 additions and 338 deletions

View File

@@ -19,7 +19,7 @@
#include "stats.h"
#include "directory.h"
#include "database.h"
#include "tag.h"
#include "song.h"
#include "client.h"