song/Filter: move each class into a separate source

This commit is contained in:
Max Kellermann
2018-08-02 13:54:36 +02:00
parent 90201e9970
commit d929d0c26f
18 changed files with 691 additions and 345 deletions

View File

@@ -30,6 +30,8 @@
#include "db/DatabaseError.hxx"
#include "db/LightDirectory.hxx"
#include "song/LightSong.hxx"
#include "song/Filter.hxx"
#include "song/TagSongFilter.hxx"
#include "db/Stats.hxx"
#include "config/Block.hxx"
#include "tag/Builder.hxx"
@@ -37,7 +39,6 @@
#include "tag/Mask.hxx"
#include "fs/Traits.hxx"
#include "Log.hxx"
#include "song/Filter.hxx"
#include "util/SplitString.hxx"
#include <string>