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

@@ -29,6 +29,9 @@
#include "song/LightSong.hxx"
#include "db/Stats.hxx"
#include "song/Filter.hxx"
#include "song/UriSongFilter.hxx"
#include "song/BaseSongFilter.hxx"
#include "song/TagSongFilter.hxx"
#include "Compiler.h"
#include "config/Block.hxx"
#include "tag/Builder.hxx"