song: removed type SongList

SongList has been superseded by struct songvec.
This commit is contained in:
Max Kellermann
2008-09-26 09:54:25 +02:00
parent e2a12deead
commit 323e86489f
4 changed files with 2 additions and 46 deletions

View File

@@ -21,6 +21,7 @@
#include "song.h"
#include "songvec.h"
#include "list.h"
typedef List DirectoryList;