diff options
author | Max Kellermann <max@duempel.org> | 2012-08-29 20:17:13 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-29 20:17:13 +0200 |
commit | 04a9dec9525a58d077da71a84655cb45b7838520 (patch) | |
tree | a86127d5b42bf35cac006afa07afc087f9be8e6c /src/QueueCommands.cxx | |
parent | 6ee76b7154a55b6bd12a4b695faed2bf49c2a5d5 (diff) | |
download | mpd-04a9dec9525a58d077da71a84655cb45b7838520.tar.gz mpd-04a9dec9525a58d077da71a84655cb45b7838520.tar.xz mpd-04a9dec9525a58d077da71a84655cb45b7838520.zip |
playlist_print: rename to PlaylistPrint.cxx
Diffstat (limited to 'src/QueueCommands.cxx')
-rw-r--r-- | src/QueueCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QueueCommands.cxx b/src/QueueCommands.cxx index 4801d2326..c47454e08 100644 --- a/src/QueueCommands.cxx +++ b/src/QueueCommands.cxx @@ -22,12 +22,12 @@ #include "CommandError.h" #include "DatabaseQueue.hxx" #include "SongFilter.hxx" +#include "PlaylistPrint.hxx" extern "C" { #include "protocol/argparser.h" #include "protocol/result.h" #include "playlist.h" -#include "playlist_print.h" #include "ls.h" #include "uri.h" #include "client_internal.h" |