decoder/flac: move class FlacMetadataChain to separate source

This commit is contained in:
Max Kellermann
2018-07-07 14:09:26 +02:00
parent b153591790
commit 37897d1550
7 changed files with 127 additions and 76 deletions

View File

@@ -25,6 +25,7 @@
#include "FlacCommon.hxx"
#include "FlacMetadata.hxx"
#include "Log.hxx"
#include "input/InputStream.hxx"
#include <exception>