aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/VolumeFilterPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 08:47:10 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 08:47:10 +0200
commit26d92c80ed1c1cca8b3cb1c9793c09a330c25623 (patch)
tree67be2e2ac9bc7601e8428053d868048f50212695 /src/filter/VolumeFilterPlugin.cxx
parent9605e24655dbb0d67b34e0be7aa71e621f3ae415 (diff)
downloadmpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.tar.gz
mpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.tar.xz
mpd-26d92c80ed1c1cca8b3cb1c9793c09a330c25623.zip
conf.h: remove obsolete header
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
Diffstat (limited to 'src/filter/VolumeFilterPlugin.cxx')
-rw-r--r--src/filter/VolumeFilterPlugin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filter/VolumeFilterPlugin.cxx b/src/filter/VolumeFilterPlugin.cxx
index 4c51ac599..cfc638f52 100644
--- a/src/filter/VolumeFilterPlugin.cxx
+++ b/src/filter/VolumeFilterPlugin.cxx
@@ -22,7 +22,6 @@
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
-#include "conf.h"
#include "pcm/PcmVolume.hxx"
#include "pcm/PcmBuffer.hxx"
#include "AudioFormat.hxx"