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

View File

@@ -18,7 +18,7 @@
*/
#include "ConfigGlue.hxx"
#include "pcm/PcmConvert.hxx"
#include "pcm/Convert.hxx"
#include "lib/chromaprint/DecoderClient.hxx"
#include "event/Thread.hxx"
#include "decoder/DecoderList.hxx"

View File

@@ -25,7 +25,7 @@
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
#include "pcm/PcmConvert.hxx"
#include "pcm/Convert.hxx"
#include "util/ConstBuffer.hxx"
#include "util/StaticFifoBuffer.hxx"
#include "util/PrintException.hxx"

View File

@@ -24,7 +24,7 @@
#include "event/Thread.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "pcm/PcmConvert.hxx"
#include "pcm/Convert.hxx"
#include "util/StringBuffer.hxx"
#include "util/RuntimeError.hxx"
#include "util/ScopeExit.hxx"

View File

@@ -19,7 +19,7 @@
#include "test_pcm_util.hxx"
#include "pcm/PcmChannels.hxx"
#include "pcm/PcmBuffer.hxx"
#include "pcm/Buffer.hxx"
#include "util/ConstBuffer.hxx"
#include <gtest/gtest.h>

View File

@@ -18,7 +18,7 @@
*/
#include "test_pcm_util.hxx"
#include "pcm/PcmDither.cxx"
#include "pcm/Dither.cxx"
#include <gtest/gtest.h>

View File

@@ -19,8 +19,8 @@
#include "test_pcm_util.hxx"
#include "pcm/PcmFormat.hxx"
#include "pcm/PcmDither.hxx"
#include "pcm/PcmBuffer.hxx"
#include "pcm/Dither.hxx"
#include "pcm/Buffer.hxx"
#include "pcm/SampleFormat.hxx"
#include <gtest/gtest.h>

View File

@@ -18,8 +18,8 @@
*/
#include "test_pcm_util.hxx"
#include "pcm/PcmMix.hxx"
#include "pcm/PcmDither.hxx"
#include "pcm/Mix.hxx"
#include "pcm/Dither.hxx"
#include <gtest/gtest.h>

View File

@@ -18,7 +18,7 @@
*/
#include "test_pcm_util.hxx"
#include "pcm/PcmPack.hxx"
#include "pcm/Pack.hxx"
#include "util/ByteOrder.hxx"
#include <gtest/gtest.h>