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/DatabasePrint.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DatabasePrint.cxx') diff --git a/src/DatabasePrint.cxx b/src/DatabasePrint.cxx index 97ff9c12c..980aa0124 100644 --- a/src/DatabasePrint.cxx +++ b/src/DatabasePrint.cxx @@ -21,6 +21,7 @@ #include "DatabasePrint.hxx" #include "DatabaseSelection.hxx" #include "SongFilter.hxx" +#include "PlaylistVector.hxx" extern "C" { #include "database.h" @@ -28,7 +29,6 @@ extern "C" { #include "song.h" #include "song_print.h" #include "time_print.h" -#include "playlist_vector.h" #include "tag.h" } -- cgit v1.2.3