summaryrefslogtreecommitdiff
path: root/src/tag
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-01-18 20:07:09 +0100
committerMax Kellermann <max@musicpd.org>2020-01-18 20:24:59 +0100
commitcd612c4eef0afc45f2ef7268224a789d89eeda56 (patch)
tree4019518f801ce405d9cbbf17596ce64cf0ce6c59 /src/tag
parent914ad261edd4bf50b5c58edf76d744d3a36bd70e (diff)
AudioFormat: move to pcm/
Diffstat (limited to 'src/tag')
-rw-r--r--src/tag/Handler.cxx2
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"