pcm/PcmUtils: rename to Clamp.hxx

This commit is contained in:
Max Kellermann 2018-10-30 00:05:58 +01:00
parent aa77bc323f
commit bb5918932b
4 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#include "config.h"
#include "PcmFormat.hxx"
#include "PcmBuffer.hxx"
#include "PcmUtils.hxx"
#include "Clamp.hxx"
#include "Traits.hxx"
#include "FloatConvert.hxx"
#include "ShiftConvert.hxx"

View File

@ -20,7 +20,7 @@
#include "config.h"
#include "PcmMix.hxx"
#include "Volume.hxx"
#include "PcmUtils.hxx"
#include "Clamp.hxx"
#include "Traits.hxx"
#include "util/Clamp.hxx"

View File

@ -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"