From f32fbd9ed13bc6017f72928a49c43c6bf73fd615 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Oct 2013 20:54:51 +0200 Subject: pcm_pack: convert to C++ --- test/test_pcm_pack.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test') diff --git a/test/test_pcm_pack.cxx b/test/test_pcm_pack.cxx index 313948838..4c105ce08 100644 --- a/test/test_pcm_pack.cxx +++ b/test/test_pcm_pack.cxx @@ -19,10 +19,7 @@ #include "test_pcm_all.hxx" #include "test_pcm_util.hxx" - -extern "C" { -#include "pcm/pcm_pack.h" -} +#include "pcm/PcmPack.hxx" #include -- cgit v1.2.3