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_AUDIO_FORMAT_SONG_FILTER_HXX
#include "ISongFilter.hxx"
#include "AudioFormat.hxx"
#include "pcm/AudioFormat.hxx"
class AudioFormatSongFilter final : public ISongFilter {
AudioFormat value;

View File

@@ -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"

View File

@@ -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>