aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_tags.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 /test/read_tags.cxx
parent2277d143fa4e407bffa9cb169820c9612ebae7a0 (diff)
downloadmpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.tar.gz
mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.tar.xz
mpd-43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708.zip
decoder_api: convert to C++
Diffstat (limited to 'test/read_tags.cxx')
-rw-r--r--test/read_tags.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_tags.cxx b/test/read_tags.cxx
index 4c0b1c92d..4b208faed 100644
--- a/test/read_tags.cxx
+++ b/test/read_tags.cxx
@@ -20,7 +20,7 @@
#include "config.h"
#include "IOThread.hxx"
#include "DecoderList.hxx"
-#include "decoder_api.h"
+#include "DecoderAPI.hxx"
#include "InputInit.hxx"
#include "InputStream.hxx"
#include "audio_format.h"