diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/read_mixer.cxx | 2 | ||||
-rw-r--r-- | test/run_filter.cxx | 2 | ||||
-rw-r--r-- | test/software_volume.cxx | 2 | ||||
-rw-r--r-- | test/test_pcm_channels.cxx | 4 | ||||
-rw-r--r-- | test/test_pcm_dither.cxx | 5 | ||||
-rw-r--r-- | test/test_pcm_volume.cxx | 2 |
6 files changed, 6 insertions, 11 deletions
diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx index 799bbefd5..d0426c9a9 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 87672adc5..2d53ed496 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 2579a4f0b..929932398 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 66f4bc63c..38d030519 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 <glib.h> 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 <glib.h> diff --git a/test/test_pcm_volume.cxx b/test/test_pcm_volume.cxx index ab8444411..4ec76e79c 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 <glib.h> |