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 /src/tag | |
parent | 914ad261edd4bf50b5c58edf76d744d3a36bd70e (diff) |
AudioFormat: move to pcm/
Diffstat (limited to 'src/tag')
-rw-r--r-- | src/tag/Handler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/Handler.cxx b/src/tag/Handler.cxx index 8381ec09b..467a93517 100644 --- a/src/tag/Handler.cxx +++ b/src/tag/Handler.cxx @@ -19,7 +19,7 @@ #include "Handler.hxx" #include "Builder.hxx" -#include "AudioFormat.hxx" +#include "pcm/AudioFormat.hxx" #include "util/CharUtil.hxx" #include "util/StringView.hxx" |