From 681d6bbdc565ce285f798d1d0c84756f86947f97 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Sep 2013 23:53:50 +0200 Subject: TagTable: un-inline the two functions Reduce header dependencies. --- src/decoder/FlacMetadata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/FlacMetadata.cxx') diff --git a/src/decoder/FlacMetadata.cxx b/src/decoder/FlacMetadata.cxx index f53c36b54..f3b5ba81c 100644 --- a/src/decoder/FlacMetadata.cxx +++ b/src/decoder/FlacMetadata.cxx @@ -28,7 +28,7 @@ #include #include -#include +#include static bool flac_find_float_comment(const FLAC__StreamMetadata *block, -- cgit v1.2.3