tag_handler: convert to C++

This commit is contained in:
Max Kellermann
2013-07-29 07:32:36 +02:00
parent 96b763067e
commit cde6a3a00c
32 changed files with 58 additions and 63 deletions

View File

@@ -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>