From 8a50e8a2663b5afd2fb3c80ea3424f3e68e14695 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 11:07:35 +0200 Subject: 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. --- src/storedPlaylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storedPlaylist.c') diff --git a/src/storedPlaylist.c b/src/storedPlaylist.c index 6904d0e0d..f926e6eb3 100644 --- a/src/storedPlaylist.c +++ b/src/storedPlaylist.c @@ -21,7 +21,7 @@ #include "path.h" #include "utils.h" #include "ls.h" -#include "directory.h" +#include "database.h" #include "os_compat.h" static ListNode *nodeOfStoredPlaylist(List *list, int idx) -- cgit v1.2.3