summaryrefslogtreecommitdiff
path: root/test/test_pcm_pack.cxx
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 /test/test_pcm_pack.cxx
parenta139279575048d7bc758472fb9699f182dd4d7f6 (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.cxx2
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>