pcm/Pcm*: drop more "Pcm" prefixes from source file names
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "test_pcm_util.hxx"
|
||||
#include "pcm/PcmDither.cxx"
|
||||
#include "pcm/Dither.cxx"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user