aboutsummaryrefslogtreecommitdiff
path: root/src/CommandLine.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-26 01:04:02 +0100
committerMax Kellermann <max@duempel.org>2013-01-26 01:17:43 +0100
commit86b0adc82ce64bb08518088c35ce754dc96d7062 (patch)
treec0a4c88fa599d4091cf855849382785cf0bebef8 /src/CommandLine.cxx
parentba49f20f685d7e6d25fcbf2af60d389fedc67210 (diff)
playlist/*: convert to C++
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 6b7a8b1c..c0b44985 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -28,7 +28,7 @@
#include "output_plugin.h"
#include "InputRegistry.hxx"
#include "InputPlugin.hxx"
-#include "playlist_list.h"
+#include "PlaylistRegistry.hxx"
#include "playlist_plugin.h"
#include "mpd_error.h"
#include "glib_compat.h"