summaryrefslogtreecommitdiff
path: root/src/output/Source.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-06-17 11:10:33 +0200
committerMax Kellermann <max@musicpd.org>2019-06-17 11:17:48 +0200
commite87f0ca7710afc6375570a44c95c5e6d14659493 (patch)
treecebccb75125f9b2860c00081c388e7775d121b93 /src/output/Source.hxx
parenta139279575048d7bc758472fb9699f182dd4d7f6 (diff)
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Diffstat (limited to 'src/output/Source.hxx')
-rw-r--r--src/output/Source.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/Source.hxx b/src/output/Source.hxx
index 76cb4a2e7..517616c6d 100644
--- a/src/output/Source.hxx
+++ b/src/output/Source.hxx
@@ -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"