pcm_*: move to src/pcm/
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "MixerControl.hxx"
|
||||
#include "MixerList.hxx"
|
||||
#include "FilterRegistry.hxx"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "pcm/PcmVolume.hxx"
|
||||
#include "GlobalEvents.hxx"
|
||||
#include "Main.hxx"
|
||||
#include "event/Loop.hxx"
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include "config.h"
|
||||
#include "AudioParser.hxx"
|
||||
#include "audio_format.h"
|
||||
#include "PcmConvert.hxx"
|
||||
#include "pcm/PcmConvert.hxx"
|
||||
#include "conf.h"
|
||||
#include "util/fifo_buffer.h"
|
||||
#include "stdbin.h"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "audio_format.h"
|
||||
#include "FilterPlugin.hxx"
|
||||
#include "FilterInternal.hxx"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "pcm/PcmVolume.hxx"
|
||||
#include "MixerControl.hxx"
|
||||
#include "stdbin.h"
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include "IOThread.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "AudioParser.hxx"
|
||||
#include "PcmConvert.hxx"
|
||||
#include "pcm/PcmConvert.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "output_plugin.h"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "pcm/PcmVolume.hxx"
|
||||
#include "AudioParser.hxx"
|
||||
#include "audio_format.h"
|
||||
#include "stdbin.h"
|
||||
|
@@ -20,8 +20,8 @@
|
||||
#include "config.h"
|
||||
#include "test_pcm_all.hxx"
|
||||
#include "test_pcm_util.hxx"
|
||||
#include "PcmChannels.hxx"
|
||||
#include "pcm_buffer.h"
|
||||
#include "pcm/PcmChannels.hxx"
|
||||
#include "pcm/pcm_buffer.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "test_pcm_all.hxx"
|
||||
#include "test_pcm_util.hxx"
|
||||
#include "PcmDither.hxx"
|
||||
#include "pcm/PcmDither.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -20,10 +20,10 @@
|
||||
#include "config.h"
|
||||
#include "test_pcm_all.hxx"
|
||||
#include "test_pcm_util.hxx"
|
||||
#include "PcmFormat.hxx"
|
||||
#include "PcmDither.hxx"
|
||||
#include "PcmUtils.hxx"
|
||||
#include "pcm_buffer.h"
|
||||
#include "pcm/PcmFormat.hxx"
|
||||
#include "pcm/PcmDither.hxx"
|
||||
#include "pcm/PcmUtils.hxx"
|
||||
#include "pcm/pcm_buffer.h"
|
||||
#include "audio_format.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "test_pcm_all.hxx"
|
||||
#include "test_pcm_util.hxx"
|
||||
#include "PcmMix.hxx"
|
||||
#include "pcm/PcmMix.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "test_pcm_util.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "pcm_pack.h"
|
||||
#include "pcm/pcm_pack.h"
|
||||
}
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "test_pcm_all.hxx"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "pcm/PcmVolume.hxx"
|
||||
#include "test_pcm_util.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
Reference in New Issue
Block a user