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 @@
#define MPD_OUTPUT_CONTROL_HXX
#include "Source.hxx"
#include "AudioFormat.hxx"
#include "pcm/AudioFormat.hxx"
#include "thread/Thread.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"

View File

@@ -20,7 +20,7 @@
#ifndef MPD_FILTERED_AUDIO_OUTPUT_HXX
#define MPD_FILTERED_AUDIO_OUTPUT_HXX
#include "AudioFormat.hxx"
#include "pcm/AudioFormat.hxx"
#include "filter/Observer.hxx"
#include <memory>

View File

@@ -22,7 +22,7 @@
#include "Domain.hxx"
#include "OutputAPI.hxx"
#include "Defaults.hxx"
#include "AudioParser.hxx"
#include "pcm/AudioParser.hxx"
#include "mixer/MixerList.hxx"
#include "mixer/MixerType.hxx"
#include "mixer/MixerControl.hxx"

View File

@@ -23,7 +23,7 @@
#include "Control.hxx"
#include "MusicChunkPtr.hxx"
#include "player/Outputs.hxx"
#include "AudioFormat.hxx"
#include "pcm/AudioFormat.hxx"
#include "ReplayGainMode.hxx"
#include "Chrono.hxx"
#include "util/Compiler.h"

View File

@@ -24,7 +24,7 @@
#include "OutputPlugin.hxx"
#include "Interface.hxx"
#include "AudioFormat.hxx"
#include "pcm/AudioFormat.hxx"
#include "tag/Tag.hxx"
#include "config/Block.hxx"

View File

@@ -21,8 +21,8 @@
#define AUDIO_OUTPUT_SOURCE_HXX
#include "SharedPipeConsumer.hxx"
#include "AudioFormat.hxx"
#include "ReplayGainMode.hxx"
#include "pcm/AudioFormat.hxx"
#include "pcm/Buffer.hxx"
#include "pcm/Dither.hxx"
#include "thread/Mutex.hxx"

View File

@@ -18,7 +18,7 @@
*/
#include "Timer.hxx"
#include "AudioFormat.hxx"
#include "pcm/AudioFormat.hxx"
#include <assert.h>