From 1b175025fecb1c10e6719d4ab79c188d473fccc4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 31 Jan 2013 20:33:26 +0100 Subject: pcm_*: convert to C++ --- test/test_pcm_dither.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/test_pcm_dither.cxx') diff --git a/test/test_pcm_dither.cxx b/test/test_pcm_dither.cxx index 47b94764d..44830746f 100644 --- a/test/test_pcm_dither.cxx +++ b/test/test_pcm_dither.cxx @@ -18,10 +18,7 @@ */ #include "test_pcm_all.hxx" - -extern "C" { -#include "pcm_dither.h" -} +#include "PcmDither.hxx" #include -- cgit v1.2.3