diff options
author | Max Kellermann <max@duempel.org> | 2008-09-26 09:54:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-26 09:54:25 +0200 |
commit | 323e86489fb9544b3a2faa9e9004ac0b72bf01ca (patch) | |
tree | 37bcd31c5c977d1e59959ea86b47a15eae6e6a34 /src/directory.h | |
parent | e2a12deead431f86c24d71579c954e00e73ed447 (diff) | |
download | mpd-323e86489fb9544b3a2faa9e9004ac0b72bf01ca.tar.gz mpd-323e86489fb9544b3a2faa9e9004ac0b72bf01ca.tar.xz mpd-323e86489fb9544b3a2faa9e9004ac0b72bf01ca.zip |
song: removed type SongList
SongList has been superseded by struct songvec.
Diffstat (limited to '')
-rw-r--r-- | src/directory.h | 1 |
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; |