diff options
author | Max Kellermann <max@duempel.org> | 2014-01-22 22:40:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-22 23:01:32 +0100 |
commit | a42f9e4ee30bf0d4a09dc5baa5aa9ba9da022988 (patch) | |
tree | 8cdb38cc68839c8610936c80de36bae81b530947 /src/SongPrint.cxx | |
parent | f16db6cd8054bb4722ec6e80fe529b5f2390880f (diff) | |
download | mpd-a42f9e4ee30bf0d4a09dc5baa5aa9ba9da022988.tar.gz mpd-a42f9e4ee30bf0d4a09dc5baa5aa9ba9da022988.tar.xz mpd-a42f9e4ee30bf0d4a09dc5baa5aa9ba9da022988.zip |
LightDirectory: new struct replacing Directory in the DB API
Diffstat (limited to 'src/SongPrint.cxx')
-rw-r--r-- | src/SongPrint.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SongPrint.cxx b/src/SongPrint.cxx index 810518c21..cde6ef7d1 100644 --- a/src/SongPrint.cxx +++ b/src/SongPrint.cxx @@ -21,7 +21,6 @@ #include "SongPrint.hxx" #include "LightSong.hxx" #include "DetachedSong.hxx" -#include "Directory.hxx" #include "TimePrint.hxx" #include "TagPrint.hxx" #include "Mapper.hxx" |