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/RunChromaprint.cxx | |
parent | 914ad261edd4bf50b5c58edf76d744d3a36bd70e (diff) |
AudioFormat: move to pcm/
Diffstat (limited to 'test/RunChromaprint.cxx')
-rw-r--r-- | test/RunChromaprint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RunChromaprint.cxx b/test/RunChromaprint.cxx index f7a5972bd..d3c278ac4 100644 --- a/test/RunChromaprint.cxx +++ b/test/RunChromaprint.cxx @@ -27,7 +27,7 @@ #include "input/Init.hxx" #include "input/InputStream.hxx" #include "fs/Path.hxx" -#include "AudioFormat.hxx" +#include "pcm/AudioFormat.hxx" #include "util/OptionDef.hxx" #include "util/OptionParser.hxx" #include "util/PrintException.hxx" |