aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Registry.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-19 23:46:00 +0100
committerMax Kellermann <max@duempel.org>2014-02-19 23:46:00 +0100
commite92a41fa3abba0aa7386bbfe14fa5c2887c4eb27 (patch)
tree5aba9a623506731aaa87c5cefe76909efcd23bfe /src/db/Registry.cxx
parentdf5f9f4a158c244006d1965a328779f284cae7d9 (diff)
downloadmpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.tar.gz
mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.tar.xz
mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.zip
db/upnp: move plugin source to upnp directory
Diffstat (limited to 'src/db/Registry.cxx')
-rw-r--r--src/db/Registry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/Registry.cxx b/src/db/Registry.cxx
index 40b6d041a..6b6df9cf7 100644
--- a/src/db/Registry.cxx
+++ b/src/db/Registry.cxx
@@ -22,7 +22,7 @@
#include "DatabasePlugin.hxx"
#include "plugins/SimpleDatabasePlugin.hxx"
#include "plugins/ProxyDatabasePlugin.hxx"
-#include "plugins/UpnpDatabasePlugin.hxx"
+#include "plugins/upnp/UpnpDatabasePlugin.hxx"
#include <string.h>