MixRampInfo: move to tag/

This commit is contained in:
Max Kellermann 2021-12-01 17:04:13 +01:00
parent 9bc4c168fd
commit 20bf1d68e6
5 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
#include "Command.hxx"
#include "pcm/AudioFormat.hxx"
#include "MixRampInfo.hxx"
#include "tag/MixRampInfo.hxx"
#include "input/Handler.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"

View File

@ -35,8 +35,8 @@
#include "DecoderPlugin.hxx"
#include "ReplayGainInfo.hxx"
#include "tag/Tag.hxx"
#include "tag/MixRampInfo.hxx"
#include "pcm/AudioFormat.hxx"
#include "MixRampInfo.hxx"
#include "config/Block.hxx"
#include "Chrono.hxx"

View File

@ -21,11 +21,11 @@
#include "FlacAudioFormat.hxx"
#include "ScanVorbisComment.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "MixRampInfo.hxx"
#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 "util/StringView.hxx"

View File

@ -18,8 +18,8 @@
*/
#include "tag/MixRampParser.cxx"
#include "tag/MixRampInfo.hxx"
#include "util/StringView.hxx"
#include "MixRampInfo.hxx"
#include <gtest/gtest.h>