aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/httpd/HttpdInternal.hxx
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/HttpdInternal.hxx
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/HttpdInternal.hxx (renamed from src/output/plugins/HttpdInternal.hxx)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/plugins/HttpdInternal.hxx b/src/output/plugins/httpd/HttpdInternal.hxx
index 53029edc6..a16c60bc3 100644
--- a/src/output/plugins/HttpdInternal.hxx
+++ b/src/output/plugins/httpd/HttpdInternal.hxx
@@ -25,8 +25,8 @@
#ifndef MPD_OUTPUT_HTTPD_INTERNAL_H
#define MPD_OUTPUT_HTTPD_INTERNAL_H
-#include "../Internal.hxx"
-#include "../Timer.hxx"
+#include "output/Internal.hxx"
+#include "output/Timer.hxx"
#include "thread/Mutex.hxx"
#include "event/ServerSocket.hxx"
#include "event/DeferredMonitor.hxx"