From cde6a3a00c15f90062c8d4f46df07312cbcfa718 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Mon, 29 Jul 2013 07:32:36 +0200
Subject: tag_handler: convert to C++

---
 src/SongUpdate.cxx | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'src/SongUpdate.cxx')

diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx
index 8285cdd99..13d08fecc 100644
--- a/src/SongUpdate.cxx
+++ b/src/SongUpdate.cxx
@@ -28,13 +28,10 @@
 #include "input_stream.h"
 #include "DecoderPlugin.hxx"
 #include "DecoderList.hxx"
+#include "TagHandler.hxx"
 #include "TagId3.hxx"
 #include "ApeTag.hxx"
 
-extern "C" {
-#include "tag_handler.h"
-}
-
 #include <glib.h>
 
 #include <assert.h>
-- 
cgit v1.2.3