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/PlaylistPrint.cxx | |
parent | 6b70f5e49097c334c461994bb855709977bd8dae (diff) |
Queue*: move to queue/
Diffstat (limited to 'src/PlaylistPrint.cxx')
-rw-r--r-- | src/PlaylistPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" |