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

@@ -21,7 +21,7 @@
#include "PcmDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "CheckAudioFormat.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "pcm/Pack.hxx"
#include "input/InputStream.hxx"
#include "util/ByteOrder.hxx"
@@ -33,7 +33,7 @@
#include "Log.hxx"
#ifdef ENABLE_ALSA
#include "AudioParser.hxx"
#include "pcm/AudioParser.hxx"
#endif
#include <exception>