aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/httpd/HttpdOutputPlugin.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/plugins/httpd/HttpdOutputPlugin.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/plugins/httpd/HttpdOutputPlugin.cxx (renamed from src/output/plugins/HttpdOutputPlugin.cxx)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/HttpdOutputPlugin.cxx b/src/output/plugins/httpd/HttpdOutputPlugin.cxx
index 17a3df59a..e3ba7727d 100644
--- a/src/output/plugins/HttpdOutputPlugin.cxx
+++ b/src/output/plugins/httpd/HttpdOutputPlugin.cxx
@@ -21,7 +21,7 @@
#include "HttpdOutputPlugin.hxx"
#include "HttpdInternal.hxx"
#include "HttpdClient.hxx"
-#include "../OutputAPI.hxx"
+#include "output/OutputAPI.hxx"
#include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderList.hxx"
#include "system/Resolver.hxx"