summaryrefslogtreecommitdiff
path: root/src/mixer
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-28 11:42:54 +0100
committerMax Kellermann <max@duempel.org>2014-01-28 11:42:54 +0100
commit68b79f97f331588f29fbf956d53a2e99f70e8b7f (patch)
tree22c238b80efa90f79519ae6bce160f31b34e8529 /src/mixer
parent815d72065c1f2c690228e66b74b8a303cfe33fca (diff)
output: rename source files
Diffstat (limited to 'src/mixer')
-rw-r--r--src/mixer/MixerAll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/MixerAll.cxx b/src/mixer/MixerAll.cxx
index c2fa903f2..ac40bc496 100644
--- a/src/mixer/MixerAll.cxx
+++ b/src/mixer/MixerAll.cxx
@@ -22,7 +22,7 @@
#include "MixerControl.hxx"
#include "MixerInternal.hxx"
#include "MixerList.hxx"
-#include "output/OutputInternal.hxx"
+#include "output/Internal.hxx"
#include "pcm/Volume.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"