diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:25:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:44:32 +0100 |
commit | 68eda78704ec50f71333d661db5568700fe00355 (patch) | |
tree | 0ea518a03e303946d7b4839d04b21ef77c200ff9 /src/mixer/plugins/SoftwareMixerPlugin.cxx | |
parent | 7c52a1c04bccac68f4220c8bf3d3a59c16ed58db (diff) | |
download | mpd-68eda78704ec50f71333d661db5568700fe00355.tar.gz mpd-68eda78704ec50f71333d661db5568700fe00355.tar.xz mpd-68eda78704ec50f71333d661db5568700fe00355.zip |
Mixer*: move to mixer/
Diffstat (limited to '')
-rw-r--r-- | src/mixer/plugins/SoftwareMixerPlugin.cxx (renamed from src/mixer/SoftwareMixerPlugin.cxx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/SoftwareMixerPlugin.cxx b/src/mixer/plugins/SoftwareMixerPlugin.cxx index a0de727af..67ddee1a4 100644 --- a/src/mixer/SoftwareMixerPlugin.cxx +++ b/src/mixer/plugins/SoftwareMixerPlugin.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "SoftwareMixerPlugin.hxx" -#include "MixerInternal.hxx" +#include "mixer/MixerInternal.hxx" #include "filter/FilterPlugin.hxx" #include "filter/FilterRegistry.hxx" #include "filter/FilterInternal.hxx" |