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

@@ -19,7 +19,7 @@
#include "config.h"
#include "PcmMix.hxx"
#include "PcmVolume.hxx"
#include "Volume.hxx"
#include "PcmUtils.hxx"
#include "AudioFormat.hxx"
#include "Traits.hxx"

View File

@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "PcmVolume.hxx"
#include "Volume.hxx"
#include "PcmUtils.hxx"
#include "Traits.hxx"
#include "AudioFormat.hxx"