From 43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:18:48 +0200 Subject: decoder_api: convert to C++ --- test/dump_playlist.cxx | 2 +- test/read_tags.cxx | 2 +- test/run_decoder.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index c1205d2a3..74486cd98 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -23,7 +23,7 @@ #include "Directory.hxx" #include "input_stream.h" #include "conf.h" -#include "decoder_api.h" +#include "DecoderAPI.hxx" #include "DecoderList.hxx" #include "InputInit.hxx" #include "IOThread.hxx" 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" diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index d841a54d6..f30914fc5 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.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 "input_stream.h" #include "audio_format.h" -- cgit v1.2.3