Queue*: move to queue/

This commit is contained in:
Max Kellermann
2014-01-24 00:17:50 +01:00
parent 6b70f5e490
commit 129eb178eb
12 changed files with 9 additions and 9 deletions

View File

@@ -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;

View File

@@ -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"

View File

@@ -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"