From bd42aeab462887a0e5b98ca5d3f80f700046ba52 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Jul 2013 07:42:50 +0200 Subject: XiphTags: convert to C++ --- src/decoder/FlacMetadata.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/decoder/FlacMetadata.cxx') diff --git a/src/decoder/FlacMetadata.cxx b/src/decoder/FlacMetadata.cxx index 02a5f509e..9c227e546 100644 --- a/src/decoder/FlacMetadata.cxx +++ b/src/decoder/FlacMetadata.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -19,11 +19,7 @@ #include "config.h" #include "FlacMetadata.hxx" - -extern "C" { -#include "XiphTags.h" -} - +#include "XiphTags.hxx" #include "tag.h" #include "TagHandler.hxx" #include "tag_table.h" -- cgit v1.2.3