Playlist{Info,Vector}: move to db/

This commit is contained in:
Max Kellermann
2014-01-27 11:05:21 +01:00
parent 67ad31b8b2
commit f548a966f5
12 changed files with 12 additions and 12 deletions

View File

@@ -20,8 +20,8 @@
#include "config.h"
#include "PlaylistFile.hxx"
#include "PlaylistSave.hxx"
#include "PlaylistInfo.hxx"
#include "PlaylistVector.hxx"
#include "db/PlaylistInfo.hxx"
#include "db/PlaylistVector.hxx"
#include "db/DatabaseSong.hxx"
#include "DetachedSong.hxx"
#include "Mapper.hxx"