aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DsdiffDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-29 07:50:08 +0200
committerMax Kellermann <max@duempel.org>2013-07-29 07:50:08 +0200
commit43166130b51e995ada4130f6400efbb5d38eeb47 (patch)
tree102dabc975dc40727dff78deba52bb43785c27d5 /src/decoder/DsdiffDecoderPlugin.cxx
parent14f21378e3c623ef8ab1a0fa734a6b35bc4d9b58 (diff)
downloadmpd-43166130b51e995ada4130f6400efbb5d38eeb47.tar.gz
mpd-43166130b51e995ada4130f6400efbb5d38eeb47.tar.xz
mpd-43166130b51e995ada4130f6400efbb5d38eeb47.zip
audio_check: convert to C++
Diffstat (limited to 'src/decoder/DsdiffDecoderPlugin.cxx')
-rw-r--r--src/decoder/DsdiffDecoderPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DsdiffDecoderPlugin.cxx b/src/decoder/DsdiffDecoderPlugin.cxx
index fb542c3b7..4b9a59a7a 100644
--- a/src/decoder/DsdiffDecoderPlugin.cxx
+++ b/src/decoder/DsdiffDecoderPlugin.cxx
@@ -29,7 +29,7 @@
#include "config.h"
#include "DsdiffDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
-#include "audio_check.h"
+#include "CheckAudioFormat.hxx"
#include "util/bit_reverse.h"
#include "TagHandler.hxx"
#include "DsdLib.hxx"