diff options
author | Max Kellermann <max@duempel.org> | 2013-07-29 07:50:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-29 07:50:08 +0200 |
commit | 43166130b51e995ada4130f6400efbb5d38eeb47 (patch) | |
tree | 102dabc975dc40727dff78deba52bb43785c27d5 /src/decoder/GmeDecoderPlugin.cxx | |
parent | 14f21378e3c623ef8ab1a0fa734a6b35bc4d9b58 (diff) | |
download | mpd-43166130b51e995ada4130f6400efbb5d38eeb47.tar.gz mpd-43166130b51e995ada4130f6400efbb5d38eeb47.tar.xz mpd-43166130b51e995ada4130f6400efbb5d38eeb47.zip |
audio_check: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/decoder/GmeDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/GmeDecoderPlugin.cxx b/src/decoder/GmeDecoderPlugin.cxx index 14367e311..8158ab553 100644 --- a/src/decoder/GmeDecoderPlugin.cxx +++ b/src/decoder/GmeDecoderPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "GmeDecoderPlugin.hxx" #include "DecoderAPI.hxx" -#include "audio_check.h" +#include "CheckAudioFormat.hxx" #include "TagHandler.hxx" #include "util/UriUtil.hxx" |