Mixer*: move to mixer/

This commit is contained in:
Max Kellermann
2014-01-24 16:25:21 +01:00
parent 7c52a1c04b
commit 68eda78704
36 changed files with 44 additions and 44 deletions

View File

@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "MixerControl.hxx"
#include "MixerList.hxx"
#include "mixer/MixerControl.hxx"
#include "mixer/MixerList.hxx"
#include "filter/FilterRegistry.hxx"
#include "pcm/Volume.hxx"
#include "GlobalEvents.hxx"

View File

@@ -26,7 +26,7 @@
#include "filter/FilterPlugin.hxx"
#include "filter/FilterInternal.hxx"
#include "pcm/Volume.hxx"
#include "MixerControl.hxx"
#include "mixer/MixerControl.hxx"
#include "stdbin.h"
#include "util/Error.hxx"
#include "system/FatalError.hxx"