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

@@ -24,10 +24,10 @@
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRampInfo.hxx"
#include "tag/MixRampParser.hxx"
#include "ReplayGainInfo.hxx"
#include "tag/ReplayGainInfo.hxx"
#include "tag/ReplayGainParser.hxx"
#include "util/StringView.hxx"
#include <cassert>

View File

@@ -24,8 +24,8 @@
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "tag/VorbisComment.hxx"
#include "tag/ReplayGain.hxx"
#include "ReplayGainInfo.hxx"
#include "tag/ReplayGainInfo.hxx"
#include "tag/ReplayGainParser.hxx"
#include "util/StringView.hxx"
#include "decoder/Features.h"