tag_id3: convert to C++
This commit is contained in:
@@ -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"
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user