diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-30 00:05:58 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-30 00:05:58 +0100 |
commit | bb5918932b900a42a413fee5d4764446f5ab2669 (patch) | |
tree | 9cd06ec89a1a27c5230f639fc85c6069b3b322b8 /test | |
parent | aa77bc323f0e8c55bdf08211a3e3ea738f0e9f5f (diff) |
pcm/PcmUtils: rename to Clamp.hxx
Diffstat (limited to 'test')
-rw-r--r-- | test/test_pcm_format.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_pcm_format.cxx b/test/test_pcm_format.cxx index 76dd8827e..868b643df 100644 --- a/test/test_pcm_format.cxx +++ b/test/test_pcm_format.cxx @@ -21,7 +21,6 @@ #include "test_pcm_util.hxx" #include "pcm/PcmFormat.hxx" #include "pcm/PcmDither.hxx" -#include "pcm/PcmUtils.hxx" #include "pcm/PcmBuffer.hxx" #include "pcm/SampleFormat.hxx" |