diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 22:43:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 22:43:56 +0100 |
commit | d65ad1bf151383722802d4bb13b12a33b97480e4 (patch) | |
tree | bdbb428484e61a53764ff8df2eeb2c245158e7e6 /src/OtherCommands.cxx | |
parent | 43cbbe111b2429b41b1896f228625cf5692c3d88 (diff) | |
download | mpd-d65ad1bf151383722802d4bb13b12a33b97480e4.tar.gz mpd-d65ad1bf151383722802d4bb13b12a33b97480e4.tar.xz mpd-d65ad1bf151383722802d4bb13b12a33b97480e4.zip |
mapper: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/OtherCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx index 19d5a8c76..01f9b71a4 100644 --- a/src/OtherCommands.cxx +++ b/src/OtherCommands.cxx @@ -27,6 +27,7 @@ #include "SongPrint.hxx" #include "TagPrint.hxx" #include "TimePrint.hxx" +#include "Mapper.hxx" extern "C" { #include "protocol/argparser.h" @@ -46,7 +47,6 @@ extern "C" { #include "client_idle.h" #include "client_file.h" #include "idle.h" -#include "mapper.h" } #ifdef ENABLE_SQLITE |