mixer/Mixer*: drop the "Mixer" prefix from source files

This commit is contained in:
Max Kellermann
2022-08-18 17:00:45 +02:00
parent c14484a5cc
commit b0873fbc90
28 changed files with 30 additions and 31 deletions

View File

@@ -22,8 +22,8 @@
#include "filter/Prepared.hxx"
#include "tag/ReplayGainInfo.hxx"
#include "config/ReplayGainConfig.hxx"
#include "mixer/MixerControl.hxx"
#include "mixer/MixerInternal.hxx"
#include "mixer/Control.hxx"
#include "mixer/Mixer.hxx"
#include "mixer/Listener.hxx"
#include "pcm/AudioFormat.hxx"
#include "pcm/Volume.hxx"