diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 08:47:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 08:47:10 +0200 |
commit | 26d92c80ed1c1cca8b3cb1c9793c09a330c25623 (patch) | |
tree | 67be2e2ac9bc7601e8428053d868048f50212695 /src/mixer | |
parent | 9605e24655dbb0d67b34e0be7aa71e621f3ae415 (diff) |
conf.h: remove obsolete header
Use only ConfigData.hxx in plugin sources to reduce header
dependencies.
Diffstat (limited to 'src/mixer')
-rw-r--r-- | src/mixer/PulseMixerPlugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mixer/PulseMixerPlugin.cxx b/src/mixer/PulseMixerPlugin.cxx index 069f4e36f..2a5b48f3d 100644 --- a/src/mixer/PulseMixerPlugin.cxx +++ b/src/mixer/PulseMixerPlugin.cxx @@ -21,7 +21,6 @@ #include "PulseMixerPlugin.hxx" #include "MixerInternal.hxx" #include "output/PulseOutputPlugin.hxx" -#include "conf.h" #include "GlobalEvents.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" |