diff options
author | Max Kellermann <max@duempel.org> | 2014-02-19 23:46:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 23:46:00 +0100 |
commit | e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27 (patch) | |
tree | 5aba9a623506731aaa87c5cefe76909efcd23bfe /src | |
parent | df5f9f4a158c244006d1965a328779f284cae7d9 (diff) | |
download | mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.tar.gz mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.tar.xz mpd-e92a41fa3abba0aa7386bbfe14fa5c2887c4eb27.zip |
db/upnp: move plugin source to upnp directory
Diffstat (limited to 'src')
-rw-r--r-- | src/db/Registry.cxx | 2 | ||||
-rw-r--r-- | src/db/plugins/upnp/UpnpDatabasePlugin.cxx (renamed from src/db/plugins/UpnpDatabasePlugin.cxx) | 4 | ||||
-rw-r--r-- | src/db/plugins/upnp/UpnpDatabasePlugin.hxx (renamed from src/db/plugins/UpnpDatabasePlugin.hxx) | 0 |
3 files changed, 3 insertions, 3 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> diff --git a/src/db/plugins/UpnpDatabasePlugin.cxx b/src/db/plugins/upnp/UpnpDatabasePlugin.cxx index 0bdcd4206..abc7638f8 100644 --- a/src/db/plugins/UpnpDatabasePlugin.cxx +++ b/src/db/plugins/upnp/UpnpDatabasePlugin.cxx @@ -19,13 +19,13 @@ #include "config.h" #include "UpnpDatabasePlugin.hxx" +#include "Directory.hxx" +#include "Tags.hxx" #include "lib/upnp/Domain.hxx" #include "lib/upnp/ClientInit.hxx" #include "lib/upnp/Discovery.hxx" #include "lib/upnp/ContentDirectoryService.hxx" #include "lib/upnp/Util.hxx" -#include "upnp/Directory.hxx" -#include "upnp/Tags.hxx" #include "db/Interface.hxx" #include "db/DatabasePlugin.hxx" #include "db/Selection.hxx" diff --git a/src/db/plugins/UpnpDatabasePlugin.hxx b/src/db/plugins/upnp/UpnpDatabasePlugin.hxx index 0228405cd..0228405cd 100644 --- a/src/db/plugins/UpnpDatabasePlugin.hxx +++ b/src/db/plugins/upnp/UpnpDatabasePlugin.hxx |