diff options
author | Max Kellermann <max@duempel.org> | 2013-07-28 13:18:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-28 13:18:48 +0200 |
commit | 43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708 (patch) | |
tree | 70cd76be89e7aa8c7e92690eeabb331d31abf346 /src/DecoderThread.cxx | |
parent | 2277d143fa4e407bffa9cb169820c9612ebae7a0 (diff) | |
download | mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.tar.gz mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.tar.xz mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.zip |
decoder_api: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/DecoderThread.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index fdc900abd..269dbdc1a 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -21,13 +21,13 @@ #include "DecoderThread.hxx" #include "DecoderControl.hxx" #include "DecoderInternal.hxx" -#include "decoder_error.h" -#include "decoder_plugin.h" +#include "DecoderError.hxx" +#include "DecoderPlugin.hxx" #include "song.h" #include "mpd_error.h" #include "Mapper.hxx" #include "fs/Path.hxx" -#include "decoder_api.h" +#include "DecoderAPI.hxx" #include "tag.h" #include "InputStream.hxx" #include "DecoderList.hxx" |