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/read_mixer.cxx | 2 +- test/run_filter.cxx | 2 +- test/software_volume.cxx | 2 +- test/test_pcm_channels.cxx | 4 +--- test/test_pcm_dither.cxx | 5 +---- test/test_pcm_volume.cxx | 2 +- 6 files changed, 6 insertions(+), 11 deletions(-) (limited to 'test') diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx index 799bbefd..d0426c9a 100644 --- a/test/read_mixer.cxx +++ b/test/read_mixer.cxx @@ -25,7 +25,7 @@ extern "C" { #include "filter_registry.h" } -#include "pcm_volume.h" +#include "PcmVolume.hxx" #include "GlobalEvents.hxx" #include "Main.hxx" #include "event/Loop.hxx" diff --git a/test/run_filter.cxx b/test/run_filter.cxx index 87672adc..2d53ed49 100644 --- a/test/run_filter.cxx +++ b/test/run_filter.cxx @@ -23,7 +23,7 @@ #include "AudioParser.hxx" #include "audio_format.h" #include "filter_plugin.h" -#include "pcm_volume.h" +#include "PcmVolume.hxx" #include "mixer_control.h" #include "stdbin.h" diff --git a/test/software_volume.cxx b/test/software_volume.cxx index 2579a4f0..92993239 100644 --- a/test/software_volume.cxx +++ b/test/software_volume.cxx @@ -24,7 +24,7 @@ */ #include "config.h" -#include "pcm_volume.h" +#include "PcmVolume.hxx" #include "AudioParser.hxx" #include "audio_format.h" #include "stdbin.h" diff --git a/test/test_pcm_channels.cxx b/test/test_pcm_channels.cxx index 66f4bc63..38d03051 100644 --- a/test/test_pcm_channels.cxx +++ b/test/test_pcm_channels.cxx @@ -19,9 +19,7 @@ #include "config.h" #include "test_pcm_all.hxx" -extern "C" { -#include "pcm_channels.h" -} +#include "PcmChannels.hxx" #include "pcm_buffer.h" #include diff --git a/test/test_pcm_dither.cxx b/test/test_pcm_dither.cxx index 47b94764..44830746 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 diff --git a/test/test_pcm_volume.cxx b/test/test_pcm_volume.cxx index ab844441..4ec76e79 100644 --- a/test/test_pcm_volume.cxx +++ b/test/test_pcm_volume.cxx @@ -18,7 +18,7 @@ */ #include "test_pcm_all.hxx" -#include "pcm_volume.h" +#include "PcmVolume.hxx" #include -- cgit v1.2.3