aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-26 09:54:25 +0200
committerMax Kellermann <max@duempel.org>2008-09-26 09:54:25 +0200
commit323e86489fb9544b3a2faa9e9004ac0b72bf01ca (patch)
tree37bcd31c5c977d1e59959ea86b47a15eae6e6a34 /src/directory.h
parente2a12deead431f86c24d71579c954e00e73ed447 (diff)
downloadmpd-323e86489fb9544b3a2faa9e9004ac0b72bf01ca.tar.gz
mpd-323e86489fb9544b3a2faa9e9004ac0b72bf01ca.tar.xz
mpd-323e86489fb9544b3a2faa9e9004ac0b72bf01ca.zip
song: removed type SongList
SongList has been superseded by struct songvec.
Diffstat (limited to 'src/directory.h')
-rw-r--r--src/directory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/directory.h b/src/directory.h
index 6a8ca733f..320a93a7f 100644
--- a/src/directory.h
+++ b/src/directory.h
@@ -21,6 +21,7 @@
#include "song.h"
#include "songvec.h"
+#include "list.h"
typedef List DirectoryList;