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

@@ -17,7 +17,7 @@
*/
#include "SndioMixerPlugin.hxx"
#include "mixer/MixerInternal.hxx"
#include "mixer/Mixer.hxx"
#include "output/plugins/SndioOutputPlugin.hxx"
class SndioMixer final : public Mixer {