ReplayGainInfo: move to tag/

This commit is contained in:
Max Kellermann
2021-12-06 09:24:12 +01:00
parent 866e7ff3ce
commit 2240327286
19 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@
#define MPD_DECODER_BRIDGE_HXX
#include "Client.hxx"
#include "ReplayGainInfo.hxx"
#include "tag/ReplayGainInfo.hxx"
#include "MusicChunkPtr.hxx"
#include <exception>

View File

@@ -33,7 +33,7 @@
#include "input/Ptr.hxx"
#include "Command.hxx"
#include "DecoderPlugin.hxx"
#include "ReplayGainInfo.hxx"
#include "tag/ReplayGainInfo.hxx"
#include "tag/Tag.hxx"
#include "tag/MixRampInfo.hxx"
#include "pcm/AudioFormat.hxx"

View File

@@ -37,7 +37,7 @@
#include "pcm/Interleave.hxx"
#include "tag/Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/ReplayGainParser.hxx"
#include "tag/MixRampParser.hxx"
#include "input/InputStream.hxx"
#include "pcm/CheckAudioFormat.hxx"

View File

@@ -25,7 +25,7 @@
#include "tag/Id3ReplayGain.hxx"
#include "tag/Id3MixRamp.hxx"
#include "tag/Handler.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/ReplayGainParser.hxx"
#include "tag/MixRampParser.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "util/Clamp.hxx"

View File

@@ -22,7 +22,7 @@
#include "pcm/CheckAudioFormat.hxx"
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/ReplayGainParser.hxx"
#include "tag/MixRampParser.hxx"
#include "fs/Path.hxx"
#include "util/Domain.hxx"

View File

@@ -24,7 +24,7 @@
#include "tag/Handler.hxx"
#include "tag/ParseName.hxx"
#include "util/ASCII.hxx"
#include "ReplayGainInfo.hxx"
#include "tag/ReplayGainInfo.hxx"
#include "util/NumberParser.hxx"
#include "util/StringView.hxx"