diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 20:25:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 20:25:20 +0100 |
commit | 0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (patch) | |
tree | 4398964cb5c2a2f28b518c425b5f930b636f5be9 /src/UpdateDatabase.cxx | |
parent | b715e522cff7109c370e66d29ba22340c9259c52 (diff) | |
download | mpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.tar.gz mpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.tar.xz mpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.zip |
playlist_vector: convert to C++
Diffstat (limited to 'src/UpdateDatabase.cxx')
-rw-r--r-- | src/UpdateDatabase.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/UpdateDatabase.cxx b/src/UpdateDatabase.cxx index fa3408d66..e959a4ecc 100644 --- a/src/UpdateDatabase.cxx +++ b/src/UpdateDatabase.cxx @@ -20,14 +20,11 @@ #include "config.h" /* must be first for large file support */ #include "UpdateDatabase.hxx" #include "UpdateRemove.hxx" +#include "PlaylistVector.hxx" #include "directory.h" #include "song.h" #include "db_lock.h" -extern "C" { -#include "playlist_vector.h" -} - #include <glib.h> #include <assert.h> |