AudioFormat: move to pcm/
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#define MPD_AUDIO_FORMAT_SONG_FILTER_HXX
|
||||
|
||||
#include "ISongFilter.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "pcm/AudioFormat.hxx"
|
||||
|
||||
class AudioFormatSongFilter final : public ISongFilter {
|
||||
AudioFormat value;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "TagSongFilter.hxx"
|
||||
#include "ModifiedSinceSongFilter.hxx"
|
||||
#include "AudioFormatSongFilter.hxx"
|
||||
#include "AudioParser.hxx"
|
||||
#include "pcm/AudioParser.hxx"
|
||||
#include "tag/ParseName.hxx"
|
||||
#include "time/ISO8601.hxx"
|
||||
#include "util/CharUtil.hxx"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#define MPD_LIGHT_SONG_HXX
|
||||
|
||||
#include "Chrono.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "pcm/AudioFormat.hxx"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user