aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_dither.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-28 18:30:13 +0100
committerMax Kellermann <max@duempel.org>2013-12-28 18:30:13 +0100
commit394e2815dbaf0edb8d0f34b6ceab96b58f071ea8 (patch)
tree8c040efd019c7460ed61dec6091e189bc9ac2e0f /test/test_pcm_dither.cxx
parentf3bbe4bb1ffc94d7c06769a31c6e61e54949ed9e (diff)
downloadmpd-394e2815dbaf0edb8d0f34b6ceab96b58f071ea8.tar.gz
mpd-394e2815dbaf0edb8d0f34b6ceab96b58f071ea8.tar.xz
mpd-394e2815dbaf0edb8d0f34b6ceab96b58f071ea8.zip
pcm/PcmDither: inline Dither24To16() and Dither32To16()
Diffstat (limited to 'test/test_pcm_dither.cxx')
-rw-r--r--test/test_pcm_dither.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pcm_dither.cxx b/test/test_pcm_dither.cxx
index 710deffcc..bf7484885 100644
--- a/test/test_pcm_dither.cxx
+++ b/test/test_pcm_dither.cxx
@@ -19,7 +19,7 @@
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
-#include "pcm/PcmDither.hxx"
+#include "pcm/PcmDither.cxx"
void
PcmDitherTest::TestDither24()