From 867b82b6deaeb0ae0517f31d58f7f0e58aa48d91 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Sep 2013 23:54:37 +0200 Subject: Tag*: move TagTable.hxx to libtag.a --- src/decoder/FfmpegMetaData.cxx | 2 +- src/decoder/FlacMetadata.cxx | 2 +- src/decoder/VorbisComments.cxx | 2 +- src/decoder/XiphTags.hxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/decoder') diff --git a/src/decoder/FfmpegMetaData.cxx b/src/decoder/FfmpegMetaData.cxx index c383245d0..132eefdaf 100644 --- a/src/decoder/FfmpegMetaData.cxx +++ b/src/decoder/FfmpegMetaData.cxx @@ -22,7 +22,7 @@ #include "config.h" #include "FfmpegMetaData.hxx" -#include "TagTable.hxx" +#include "tag/TagTable.hxx" #include "TagHandler.hxx" #undef G_LOG_DOMAIN diff --git a/src/decoder/FlacMetadata.cxx b/src/decoder/FlacMetadata.cxx index be15092b5..f53c36b54 100644 --- a/src/decoder/FlacMetadata.cxx +++ b/src/decoder/FlacMetadata.cxx @@ -22,7 +22,7 @@ #include "XiphTags.hxx" #include "Tag.hxx" #include "TagHandler.hxx" -#include "TagTable.hxx" +#include "tag/TagTable.hxx" #include "replay_gain_info.h" #include diff --git a/src/decoder/VorbisComments.cxx b/src/decoder/VorbisComments.cxx index 88a8dc772..eb64897d1 100644 --- a/src/decoder/VorbisComments.cxx +++ b/src/decoder/VorbisComments.cxx @@ -21,7 +21,7 @@ #include "VorbisComments.hxx" #include "XiphTags.hxx" #include "Tag.hxx" -#include "TagTable.hxx" +#include "tag/TagTable.hxx" #include "TagHandler.hxx" #include "replay_gain_info.h" diff --git a/src/decoder/XiphTags.hxx b/src/decoder/XiphTags.hxx index 43a1d3ec7..606dfef10 100644 --- a/src/decoder/XiphTags.hxx +++ b/src/decoder/XiphTags.hxx @@ -21,7 +21,7 @@ #define MPD_XIPH_TAGS_HXX #include "check.h" -#include "TagTable.hxx" +#include "tag/TagTable.hxx" extern const struct tag_table xiph_tags[]; -- cgit v1.2.3