tag_id3: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 20:25:45 +02:00
parent ba161ec572
commit dd5ba062cc
9 changed files with 72 additions and 81 deletions

View File

@@ -18,9 +18,7 @@
*/
#include "config.h"
extern "C" {
#include "tag_id3.h"
}
#include "TagId3.hxx"
#include "TagRva2.hxx"
#include "replay_gain_info.h"
#include "conf.h"

View File

@@ -26,9 +26,9 @@
#include "audio_format.h"
extern "C" {
#include "tag_ape.h"
#include "tag_id3.h"
}
#include "tag_handler.h"
#include "TagId3.hxx"
#include <glib.h>