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_pack.cxx | |
parent | a139279575048d7bc758472fb9699f182dd4d7f6 (diff) |
pcm/Pcm*: drop more "Pcm" prefixes from source file names
Diffstat (limited to 'test/test_pcm_pack.cxx')
-rw-r--r-- | test/test_pcm_pack.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pcm_pack.cxx b/test/test_pcm_pack.cxx index da9187d04..6e888dbab 100644 --- a/test/test_pcm_pack.cxx +++ b/test/test_pcm_pack.cxx @@ -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> |