pcm/PcmVolume: rename to Volume.cxx

This commit is contained in:
Max Kellermann
2013-12-22 23:24:42 +01:00
parent 2d1a3073f6
commit 6d21b9448a
12 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@
#include "MixerControl.hxx"
#include "MixerList.hxx"
#include "FilterRegistry.hxx"
#include "pcm/PcmVolume.hxx"
#include "pcm/Volume.hxx"
#include "GlobalEvents.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"

View File

@@ -25,7 +25,7 @@
#include "AudioFormat.hxx"
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "pcm/PcmVolume.hxx"
#include "pcm/Volume.hxx"
#include "MixerControl.hxx"
#include "stdbin.h"
#include "util/Error.hxx"

View File

@@ -24,7 +24,7 @@
*/
#include "config.h"
#include "pcm/PcmVolume.hxx"
#include "pcm/Volume.hxx"
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
#include "util/Error.hxx"

View File

@@ -18,7 +18,7 @@
*/
#include "test_pcm_all.hxx"
#include "pcm/PcmVolume.hxx"
#include "pcm/Volume.hxx"
#include "test_pcm_util.hxx"
#include <algorithm>