AudioFormat: move to pcm/

This commit is contained in:
Max Kellermann
2020-01-18 20:07:09 +01:00
parent 914ad261ed
commit cd612c4eef
79 changed files with 83 additions and 84 deletions

View File

@@ -39,7 +39,7 @@
#include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx"
#include "input/InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "util/ScopeExit.hxx"
#include "util/ConstBuffer.hxx"
#include "LogV.hxx"