diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-18 20:07:09 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-18 20:24:59 +0100 |
commit | cd612c4eef0afc45f2ef7268224a789d89eeda56 (patch) | |
tree | 4019518f801ce405d9cbbf17596ce64cf0ce6c59 /test/run_filter.cxx | |
parent | 914ad261edd4bf50b5c58edf76d744d3a36bd70e (diff) |
AudioFormat: move to pcm/
Diffstat (limited to 'test/run_filter.cxx')
-rw-r--r-- | test/run_filter.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_filter.cxx b/test/run_filter.cxx index 73a2ff0aa..213f8f70c 100644 --- a/test/run_filter.cxx +++ b/test/run_filter.cxx @@ -19,11 +19,11 @@ #include "ConfigGlue.hxx" #include "fs/Path.hxx" -#include "AudioParser.hxx" -#include "AudioFormat.hxx" #include "filter/LoadOne.hxx" #include "filter/Filter.hxx" #include "filter/Prepared.hxx" +#include "pcm/AudioParser.hxx" +#include "pcm/AudioFormat.hxx" #include "pcm/Volume.hxx" #include "mixer/MixerControl.hxx" #include "system/Error.hxx" |