aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandLine.cxx
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/CommandLine.cxx
parent815d72065c1f2c690228e66b74b8a303cfe33fca (diff)
downloadmpd-68b79f97f331588f29fbf956d53a2e99f70e8b7f.tar.gz
mpd-68b79f97f331588f29fbf956d53a2e99f70e8b7f.tar.xz
mpd-68b79f97f331588f29fbf956d53a2e99f70e8b7f.zip
output: rename source files
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 19bc9d4bb..5500d43ba 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -27,7 +27,7 @@
#include "db/DatabasePlugin.hxx"
#include "decoder/DecoderList.hxx"
#include "decoder/DecoderPlugin.hxx"
-#include "output/OutputList.hxx"
+#include "output/Registry.hxx"
#include "output/OutputPlugin.hxx"
#include "input/Registry.hxx"
#include "input/InputPlugin.hxx"