tag_table: convert to C++

This commit is contained in:
Max Kellermann
2013-07-29 07:37:52 +02:00
parent bd42aeab46
commit 14f21378e3
9 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@
#include "config.h"
#include "FfmpegMetaData.hxx"
#include "tag_table.h"
#include "TagTable.hxx"
#include "TagHandler.hxx"
#undef G_LOG_DOMAIN

View File

@@ -22,7 +22,7 @@
#include "XiphTags.hxx"
#include "tag.h"
#include "TagHandler.hxx"
#include "tag_table.h"
#include "TagTable.hxx"
#include "replay_gain_info.h"
#include <glib.h>

View File

@@ -21,7 +21,7 @@
#include "VorbisComments.hxx"
#include "XiphTags.hxx"
#include "tag.h"
#include "tag_table.h"
#include "TagTable.hxx"
#include "TagHandler.hxx"
#include "replay_gain_info.h"

View File

@@ -21,7 +21,7 @@
#define MPD_XIPH_TAGS_HXX
#include "check.h"
#include "tag_table.h"
#include "TagTable.hxx"
extern const struct tag_table xiph_tags[];