From 0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 20:25:20 +0100 Subject: playlist_vector: convert to C++ --- src/db/ProxyDatabasePlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db/ProxyDatabasePlugin.cxx') diff --git a/src/db/ProxyDatabasePlugin.cxx b/src/db/ProxyDatabasePlugin.cxx index d36cebcfd..db8e56dda 100644 --- a/src/db/ProxyDatabasePlugin.cxx +++ b/src/db/ProxyDatabasePlugin.cxx @@ -21,6 +21,7 @@ #include "ProxyDatabasePlugin.hxx" #include "DatabasePlugin.hxx" #include "DatabaseSelection.hxx" +#include "PlaylistVector.hxx" #include "gcc.h" extern "C" { @@ -31,7 +32,6 @@ extern "C" { } #include "directory.h" -#include "playlist_vector.h" #undef MPD_DIRECTORY_H #undef MPD_SONG_H -- cgit v1.2.3