diff options
author | Max Kellermann <max@musicpd.org> | 2019-06-17 11:10:33 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-06-17 11:17:48 +0200 |
commit | e87f0ca7710afc6375570a44c95c5e6d14659493 (patch) | |
tree | cebccb75125f9b2860c00081c388e7775d121b93 /test/test_pcm_format.cxx | |
parent | a139279575048d7bc758472fb9699f182dd4d7f6 (diff) |
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Diffstat (limited to 'test/test_pcm_format.cxx')
-rw-r--r-- | test/test_pcm_format.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_pcm_format.cxx b/test/test_pcm_format.cxx index ee3f88044..7591ca35f 100644 --- a/test/test_pcm_format.cxx +++ b/test/test_pcm_format.cxx @@ -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> |