pcm/Pcm*: drop more "Pcm" prefixes from source file names

This commit is contained in:
Max Kellermann
2019-06-17 11:10:33 +02:00
parent a139279575
commit e87f0ca771
47 changed files with 53 additions and 54 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#include "filter/Filter.hxx"
#include "filter/Prepared.hxx"
#include "filter/plugins/ReplayGainFilterPlugin.hxx"
#include "pcm/PcmMix.hxx"
#include "pcm/Mix.hxx"
#include "thread/Mutex.hxx"
#include "util/ConstBuffer.hxx"
#include "util/RuntimeError.hxx"
+2 -2
View File
@@ -24,8 +24,8 @@
#include "SharedPipeConsumer.hxx"
#include "AudioFormat.hxx"
#include "ReplayGainMode.hxx"
#include "pcm/PcmBuffer.hxx"
#include "pcm/PcmDither.hxx"
#include "pcm/Buffer.hxx"
#include "pcm/Dither.hxx"
#include "thread/Mutex.hxx"
#include "util/ConstBuffer.hxx"