AudioFormat: move to pcm/
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "Timer.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "pcm/AudioFormat.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user