AudioFormat: move to pcm/
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "AllowedFormat.hxx"
|
||||
#include "AudioParser.hxx"
|
||||
#include "pcm/AudioParser.hxx"
|
||||
#include "util/IterableSplitString.hxx"
|
||||
#include "util/StringBuffer.hxx"
|
||||
#include "config.h"
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef MPD_ALSA_ALLOWED_FORMAT_HXX
|
||||
#define MPD_ALSA_ALLOWED_FORMAT_HXX
|
||||
|
||||
#include "AudioFormat.hxx"
|
||||
#include "pcm/AudioFormat.hxx"
|
||||
#include "config.h"
|
||||
|
||||
#include <forward_list>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "util/ByteOrder.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
#include "util/RuntimeError.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "pcm/AudioFormat.hxx"
|
||||
#include "Log.hxx"
|
||||
#include "config.h"
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "Filter.hxx"
|
||||
#include "SampleFormat.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "pcm/AudioFormat.hxx"
|
||||
#include "util/RuntimeError.hxx"
|
||||
|
||||
#include <stdio.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "FlacStreamMetadata.hxx"
|
||||
#include "FlacAudioFormat.hxx"
|
||||
#include "ScanVorbisComment.hxx"
|
||||
#include "CheckAudioFormat.hxx"
|
||||
#include "pcm/CheckAudioFormat.hxx"
|
||||
#include "MixRampInfo.hxx"
|
||||
#include "tag/Handler.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
|
Reference in New Issue
Block a user