MixRampInfo: move to tag/
This commit is contained in:
parent
9bc4c168fd
commit
20bf1d68e6
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
*/
|
||||
|
||||
#include "tag/MixRampParser.cxx"
|
||||
#include "tag/MixRampInfo.hxx"
|
||||
#include "util/StringView.hxx"
|
||||
#include "MixRampInfo.hxx"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue