diff options
author | Max Kellermann <max@duempel.org> | 2014-01-26 11:51:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-26 13:41:40 +0100 |
commit | f86f5ad2240c49f35c4948bed09027d9f5530d0b (patch) | |
tree | 2b0e8b09285fd817fb9e7fecb8c84fdcf2939f9c /src/db/plugins/UpnpDatabasePlugin.cxx | |
parent | 8b6b3ff28a3406f8360920db5818ab321981c645 (diff) | |
download | mpd-f86f5ad2240c49f35c4948bed09027d9f5530d0b.tar.gz mpd-f86f5ad2240c49f35c4948bed09027d9f5530d0b.tar.xz mpd-f86f5ad2240c49f35c4948bed09027d9f5530d0b.zip |
db/upnp: move generic code to lib/upnp/
Diffstat (limited to 'src/db/plugins/UpnpDatabasePlugin.cxx')
-rw-r--r-- | src/db/plugins/UpnpDatabasePlugin.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/db/plugins/UpnpDatabasePlugin.cxx b/src/db/plugins/UpnpDatabasePlugin.cxx index cd36cb2c9..8861359ce 100644 --- a/src/db/plugins/UpnpDatabasePlugin.cxx +++ b/src/db/plugins/UpnpDatabasePlugin.cxx @@ -19,13 +19,13 @@ #include "config.h" #include "UpnpDatabasePlugin.hxx" -#include "upnp/Domain.hxx" -#include "upnp/upnpplib.hxx" -#include "upnp/Discovery.hxx" -#include "upnp/ContentDirectoryService.hxx" +#include "lib/upnp/Domain.hxx" +#include "lib/upnp/upnpplib.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 "upnp/Util.hxx" #include "db/DatabasePlugin.hxx" #include "db/Selection.hxx" #include "db/DatabaseError.hxx" |