aboutsummaryrefslogtreecommitdiffstats
path: root/src/storedPlaylist.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-08 11:07:35 +0200
committerEric Wong <normalperson@yhbt.net>2008-10-11 19:21:48 -0700
commit729523ec80f35a683c982054628cd47d2161d3d4 (patch)
tree5882104ab6f21ec0e62aa52931bcab257cfe6f76 /src/storedPlaylist.c
parentf8e2879c37b9ee5953e71456ba777363f7dc30fc (diff)
downloadmpd-729523ec80f35a683c982054628cd47d2161d3d4.tar.gz
mpd-729523ec80f35a683c982054628cd47d2161d3d4.tar.xz
mpd-729523ec80f35a683c982054628cd47d2161d3d4.zip
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.
Diffstat (limited to 'src/storedPlaylist.c')
-rw-r--r--src/storedPlaylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storedPlaylist.c b/src/storedPlaylist.c
index b74ef1404..c83f7115d 100644
--- a/src/storedPlaylist.c
+++ b/src/storedPlaylist.c
@@ -20,7 +20,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)