aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-29 20:17:13 +0200
committerMax Kellermann <max@duempel.org>2012-08-29 20:17:13 +0200
commit04a9dec9525a58d077da71a84655cb45b7838520 (patch)
treea86127d5b42bf35cac006afa07afc087f9be8e6c /src/PlaylistCommands.cxx
parent6ee76b7154a55b6bd12a4b695faed2bf49c2a5d5 (diff)
playlist_print: rename to PlaylistPrint.cxx
Diffstat (limited to 'src/PlaylistCommands.cxx')
-rw-r--r--src/PlaylistCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx
index d74036ec..d6be3ff3 100644
--- a/src/PlaylistCommands.cxx
+++ b/src/PlaylistCommands.cxx
@@ -21,12 +21,12 @@
#include "PlaylistCommands.hxx"
#include "DatabasePlaylist.hxx"
#include "CommandError.h"
+#include "PlaylistPrint.hxx"
extern "C" {
#include "protocol/argparser.h"
#include "protocol/result.h"
#include "playlist.h"
-#include "playlist_print.h"
#include "playlist_save.h"
#include "playlist_queue.h"
#include "time_print.h"