diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:17:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:17:50 +0100 |
commit | 129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (patch) | |
tree | e3bdc2acb142fe221b6f7f1c5452ddc5b846d0dc /src | |
parent | 6b70f5e49097c334c461994bb855709977bd8dae (diff) | |
download | mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.tar.gz mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.tar.xz mpd-129eb178eb45fd148ee8b9822b11e7a4bf8ccc00.zip |
Queue*: move to queue/
Diffstat (limited to 'src')
-rw-r--r-- | src/Playlist.hxx | 2 | ||||
-rw-r--r-- | src/PlaylistPrint.cxx | 2 | ||||
-rw-r--r-- | src/PlaylistState.cxx | 2 | ||||
-rw-r--r-- | src/queue/IdTable.hxx (renamed from src/IdTable.hxx) | 0 | ||||
-rw-r--r-- | src/queue/Queue.cxx (renamed from src/Queue.cxx) | 0 | ||||
-rw-r--r-- | src/queue/Queue.hxx (renamed from src/Queue.hxx) | 0 | ||||
-rw-r--r-- | src/queue/QueuePrint.cxx (renamed from src/QueuePrint.cxx) | 0 | ||||
-rw-r--r-- | src/queue/QueuePrint.hxx (renamed from src/QueuePrint.hxx) | 0 | ||||
-rw-r--r-- | src/queue/QueueSave.cxx (renamed from src/QueueSave.cxx) | 0 | ||||
-rw-r--r-- | src/queue/QueueSave.hxx (renamed from src/QueueSave.hxx) | 0 |
10 files changed, 3 insertions, 3 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx index f2b7ebd67..db7889227 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -20,7 +20,7 @@ #ifndef MPD_PLAYLIST_HXX #define MPD_PLAYLIST_HXX -#include "Queue.hxx" +#include "queue/Queue.hxx" #include "PlaylistError.hxx" enum TagType : uint8_t; diff --git a/src/PlaylistPrint.cxx b/src/PlaylistPrint.cxx index 63972f712..56fbddfaf 100644 --- a/src/PlaylistPrint.cxx +++ b/src/PlaylistPrint.cxx @@ -21,7 +21,7 @@ #include "PlaylistPrint.hxx" #include "PlaylistFile.hxx" #include "Playlist.hxx" -#include "QueuePrint.hxx" +#include "queue/QueuePrint.hxx" #include "SongPrint.hxx" #include "DatabaseGlue.hxx" #include "DatabasePlugin.hxx" diff --git a/src/PlaylistState.cxx b/src/PlaylistState.cxx index bcac3e324..e727ecd1f 100644 --- a/src/PlaylistState.cxx +++ b/src/PlaylistState.cxx @@ -26,7 +26,7 @@ #include "PlaylistState.hxx" #include "PlaylistError.hxx" #include "Playlist.hxx" -#include "QueueSave.hxx" +#include "queue/QueueSave.hxx" #include "fs/TextFile.hxx" #include "PlayerControl.hxx" #include "ConfigGlobal.hxx" diff --git a/src/IdTable.hxx b/src/queue/IdTable.hxx index 8e445243d..8e445243d 100644 --- a/src/IdTable.hxx +++ b/src/queue/IdTable.hxx diff --git a/src/Queue.cxx b/src/queue/Queue.cxx index 99b545ab1..99b545ab1 100644 --- a/src/Queue.cxx +++ b/src/queue/Queue.cxx diff --git a/src/Queue.hxx b/src/queue/Queue.hxx index 016619e65..016619e65 100644 --- a/src/Queue.hxx +++ b/src/queue/Queue.hxx diff --git a/src/QueuePrint.cxx b/src/queue/QueuePrint.cxx index 1f3c8fd57..1f3c8fd57 100644 --- a/src/QueuePrint.cxx +++ b/src/queue/QueuePrint.cxx diff --git a/src/QueuePrint.hxx b/src/queue/QueuePrint.hxx index 1aa876219..1aa876219 100644 --- a/src/QueuePrint.hxx +++ b/src/queue/QueuePrint.hxx diff --git a/src/QueueSave.cxx b/src/queue/QueueSave.cxx index 87de02c56..87de02c56 100644 --- a/src/QueueSave.cxx +++ b/src/queue/QueueSave.cxx diff --git a/src/QueueSave.hxx b/src/queue/QueueSave.hxx index c9a646369..c9a646369 100644 --- a/src/QueueSave.hxx +++ b/src/queue/QueueSave.hxx |