aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistAny.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/PlaylistAny.cxx
parentba49f20f685d7e6d25fcbf2af60d389fedc67210 (diff)
playlist/*: convert to C++
Diffstat (limited to 'src/PlaylistAny.cxx')
-rw-r--r--src/PlaylistAny.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistAny.cxx b/src/PlaylistAny.cxx
index f62634c9..5c307368 100644
--- a/src/PlaylistAny.cxx
+++ b/src/PlaylistAny.cxx
@@ -20,10 +20,10 @@
#include "config.h"
#include "PlaylistAny.hxx"
#include "PlaylistMapper.hxx"
+#include "PlaylistRegistry.hxx"
#include "input_stream.h"
extern "C" {
-#include "playlist_list.h"
#include "uri.h"
}