aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Registry.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-19 09:08:29 +0100
committerMax Kellermann <max@duempel.org>2014-02-19 09:22:08 +0100
commit0bbfb28992d0684a59fd518a4e16333d82bcf716 (patch)
treef009e50f1f173c3d8bb6dc4f082c4f94036ea6e0 /src/output/Registry.cxx
parentee7bd695fd31d164a8a3ade1c2fb7fe019744ceb (diff)
downloadmpd-0bbfb28992d0684a59fd518a4e16333d82bcf716.tar.gz
mpd-0bbfb28992d0684a59fd518a4e16333d82bcf716.tar.xz
mpd-0bbfb28992d0684a59fd518a4e16333d82bcf716.zip
output/httpd: move to dedicated directory
Diffstat (limited to '')
-rw-r--r--src/output/Registry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/Registry.cxx b/src/output/Registry.cxx
index 6ce96fe57..42da59d15 100644
--- a/src/output/Registry.cxx
+++ b/src/output/Registry.cxx
@@ -23,7 +23,7 @@
#include "plugins/AlsaOutputPlugin.hxx"
#include "plugins/AoOutputPlugin.hxx"
#include "plugins/FifoOutputPlugin.hxx"
-#include "plugins/HttpdOutputPlugin.hxx"
+#include "plugins/httpd/HttpdOutputPlugin.hxx"
#include "plugins/JackOutputPlugin.hxx"
#include "plugins/NullOutputPlugin.hxx"
#include "plugins/OpenALOutputPlugin.hxx"