aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/GmeDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 13:18:48 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:18:48 +0200
commit43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708 (patch)
tree70cd76be89e7aa8c7e92690eeabb331d31abf346 /src/decoder/GmeDecoderPlugin.cxx
parent2277d143fa4e407bffa9cb169820c9612ebae7a0 (diff)
downloadmpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.tar.gz
mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.tar.xz
mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.zip
decoder_api: convert to C++
Diffstat (limited to 'src/decoder/GmeDecoderPlugin.cxx')
-rw-r--r--src/decoder/GmeDecoderPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/GmeDecoderPlugin.cxx b/src/decoder/GmeDecoderPlugin.cxx
index 9693dd32b..108a589a1 100644
--- a/src/decoder/GmeDecoderPlugin.cxx
+++ b/src/decoder/GmeDecoderPlugin.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "GmeDecoderPlugin.hxx"
-#include "decoder_api.h"
+#include "DecoderAPI.hxx"
#include "audio_check.h"
#include "tag_handler.h"
#include "util/UriUtil.hxx"