aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 16:31:52 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 16:43:57 +0100
commit7c52a1c04bccac68f4220c8bf3d3a59c16ed58db (patch)
tree6c1f8b99225343974584817b3278958599e2e12a /src/mixer
parent9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6 (diff)
downloadmpd-7c52a1c04bccac68f4220c8bf3d3a59c16ed58db.tar.gz
mpd-7c52a1c04bccac68f4220c8bf3d3a59c16ed58db.tar.xz
mpd-7c52a1c04bccac68f4220c8bf3d3a59c16ed58db.zip
Filter*: move to filter/
Diffstat (limited to 'src/mixer')
-rw-r--r--src/mixer/SoftwareMixerPlugin.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mixer/SoftwareMixerPlugin.cxx b/src/mixer/SoftwareMixerPlugin.cxx
index ad23baa2c..a0de727af 100644
--- a/src/mixer/SoftwareMixerPlugin.cxx
+++ b/src/mixer/SoftwareMixerPlugin.cxx
@@ -20,10 +20,10 @@
#include "config.h"
#include "SoftwareMixerPlugin.hxx"
#include "MixerInternal.hxx"
-#include "FilterPlugin.hxx"
-#include "FilterRegistry.hxx"
-#include "FilterInternal.hxx"
-#include "filter/VolumeFilterPlugin.hxx"
+#include "filter/FilterPlugin.hxx"
+#include "filter/FilterRegistry.hxx"
+#include "filter/FilterInternal.hxx"
+#include "filter/plugins/VolumeFilterPlugin.hxx"
#include "pcm/Volume.hxx"
#include "config/ConfigData.hxx"
#include "util/Error.hxx"