DetachedSong, db/LightSong, SongFilter: move to src/song/
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "song/DetachedSong.hxx"
|
||||
#include "SongSave.hxx"
|
||||
#include "config/Data.hxx"
|
||||
#include "decoder/DecoderList.hxx"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "db/Selection.hxx"
|
||||
#include "db/DatabaseListener.hxx"
|
||||
#include "db/LightDirectory.hxx"
|
||||
#include "db/LightSong.hxx"
|
||||
#include "song/LightSong.hxx"
|
||||
#include "db/PlaylistVector.hxx"
|
||||
#include "config/Global.hxx"
|
||||
#include "config/Data.hxx"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "SongFilter.hxx"
|
||||
#include "song/Filter.hxx"
|
||||
#include "util/ConstBuffer.hxx"
|
||||
#include "util/PrintException.hxx"
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "TagSave.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "song/DetachedSong.hxx"
|
||||
#include "playlist/SongEnumerator.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "config/Global.hxx"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include "config.h"
|
||||
#include "queue/Queue.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "song/DetachedSong.hxx"
|
||||
#include "util/Macros.hxx"
|
||||
|
||||
#include <cppunit/TestFixture.h>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "playlist/PlaylistSong.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "song/DetachedSong.hxx"
|
||||
#include "SongLoader.hxx"
|
||||
#include "client/Client.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
|
Reference in New Issue
Block a user