aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-27 11:05:21 +0100
committerMax Kellermann <max@duempel.org>2014-01-27 11:05:21 +0100
commitf548a966f5cb09ba8a5e99939fe5235e5ad59005 (patch)
treec88d639f9459fc643cab40ae8105f407d56ecb7c /src/db
parent67ad31b8b2a1e75f465ca43c4030ef298c7ca285 (diff)
downloadmpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.gz
mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.xz
mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.zip
Playlist{Info,Vector}: move to db/
Diffstat (limited to '')
-rw-r--r--src/db/PlaylistInfo.hxx (renamed from src/PlaylistInfo.hxx)0
-rw-r--r--src/db/PlaylistVector.cxx (renamed from src/PlaylistVector.cxx)0
-rw-r--r--src/db/PlaylistVector.hxx (renamed from src/PlaylistVector.hxx)0
-rw-r--r--src/db/plugins/ProxyDatabasePlugin.cxx2
-rw-r--r--src/db/update/UpdateDatabase.cxx2
-rw-r--r--src/db/update/UpdateWalk.cxx2
6 files changed, 3 insertions, 3 deletions
diff --git a/src/PlaylistInfo.hxx b/src/db/PlaylistInfo.hxx
index baa6cc361..baa6cc361 100644
--- a/src/PlaylistInfo.hxx
+++ b/src/db/PlaylistInfo.hxx
diff --git a/src/PlaylistVector.cxx b/src/db/PlaylistVector.cxx
index 82a3519d9..82a3519d9 100644
--- a/src/PlaylistVector.cxx
+++ b/src/db/PlaylistVector.cxx
diff --git a/src/PlaylistVector.hxx b/src/db/PlaylistVector.hxx
index 8820ead5c..8820ead5c 100644
--- a/src/PlaylistVector.hxx
+++ b/src/db/PlaylistVector.hxx
diff --git a/src/db/plugins/ProxyDatabasePlugin.cxx b/src/db/plugins/ProxyDatabasePlugin.cxx
index daa963c7d..291b1bc1f 100644
--- a/src/db/plugins/ProxyDatabasePlugin.cxx
+++ b/src/db/plugins/ProxyDatabasePlugin.cxx
@@ -23,7 +23,7 @@
#include "db/DatabaseListener.hxx"
#include "db/Selection.hxx"
#include "db/DatabaseError.hxx"
-#include "PlaylistInfo.hxx"
+#include "db/PlaylistInfo.hxx"
#include "db/LightDirectory.hxx"
#include "db/LightSong.hxx"
#include "SongFilter.hxx"
diff --git a/src/db/update/UpdateDatabase.cxx b/src/db/update/UpdateDatabase.cxx
index 8ef0b6d82..72a68de14 100644
--- a/src/db/update/UpdateDatabase.cxx
+++ b/src/db/update/UpdateDatabase.cxx
@@ -20,7 +20,7 @@
#include "config.h" /* must be first for large file support */
#include "UpdateDatabase.hxx"
#include "UpdateRemove.hxx"
-#include "PlaylistVector.hxx"
+#include "db/PlaylistVector.hxx"
#include "db/Directory.hxx"
#include "db/Song.hxx"
#include "db/DatabaseLock.hxx"
diff --git a/src/db/update/UpdateWalk.cxx b/src/db/update/UpdateWalk.cxx
index c5a9936e9..75924a7f7 100644
--- a/src/db/update/UpdateWalk.cxx
+++ b/src/db/update/UpdateWalk.cxx
@@ -28,7 +28,7 @@
#include "db/DatabaseSimple.hxx"
#include "db/Directory.hxx"
#include "db/Song.hxx"
-#include "PlaylistVector.hxx"
+#include "db/PlaylistVector.hxx"
#include "playlist/PlaylistRegistry.hxx"
#include "Mapper.hxx"
#include "ExcludeList.hxx"