summaryrefslogtreecommitdiff
path: root/src/Main.cxx
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/Main.cxx
parent914ad261edd4bf50b5c58edf76d744d3a36bd70e (diff)
AudioFormat: move to pcm/
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index c61d28770..ee35ad246 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -46,7 +46,7 @@
#include "playlist/PlaylistRegistry.hxx"
#include "zeroconf/ZeroconfGlue.hxx"
#include "decoder/DecoderList.hxx"
-#include "AudioParser.hxx"
+#include "pcm/AudioParser.hxx"
#include "pcm/Convert.hxx"
#include "unix/SignalHandlers.hxx"
#include "thread/Slack.hxx"