Commit bb591893 authored by Max Kellermann's avatar Max Kellermann

pcm/PcmUtils: rename to Clamp.hxx

parent aa77bc32
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "PcmFormat.hxx" #include "PcmFormat.hxx"
#include "PcmBuffer.hxx" #include "PcmBuffer.hxx"
#include "PcmUtils.hxx" #include "Clamp.hxx"
#include "Traits.hxx" #include "Traits.hxx"
#include "FloatConvert.hxx" #include "FloatConvert.hxx"
#include "ShiftConvert.hxx" #include "ShiftConvert.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "config.h" #include "config.h"
#include "PcmMix.hxx" #include "PcmMix.hxx"
#include "Volume.hxx" #include "Volume.hxx"
#include "PcmUtils.hxx" #include "Clamp.hxx"
#include "Traits.hxx" #include "Traits.hxx"
#include "util/Clamp.hxx" #include "util/Clamp.hxx"
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "test_pcm_util.hxx" #include "test_pcm_util.hxx"
#include "pcm/PcmFormat.hxx" #include "pcm/PcmFormat.hxx"
#include "pcm/PcmDither.hxx" #include "pcm/PcmDither.hxx"
#include "pcm/PcmUtils.hxx"
#include "pcm/PcmBuffer.hxx" #include "pcm/PcmBuffer.hxx"
#include "pcm/SampleFormat.hxx" #include "pcm/SampleFormat.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment