diff options
author | Max Kellermann <max@duempel.org> | 2014-01-28 11:42:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-28 11:42:54 +0100 |
commit | 68b79f97f331588f29fbf956d53a2e99f70e8b7f (patch) | |
tree | 22c238b80efa90f79519ae6bce160f31b34e8529 /test/run_output.cxx | |
parent | 815d72065c1f2c690228e66b74b8a303cfe33fca (diff) | |
download | mpd-68b79f97f331588f29fbf956d53a2e99f70e8b7f.tar.gz mpd-68b79f97f331588f29fbf956d53a2e99f70e8b7f.tar.xz mpd-68b79f97f331588f29fbf956d53a2e99f70e8b7f.zip |
output: rename source files
Diffstat (limited to '')
-rw-r--r-- | test/run_output.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx index 04f9b9d63..2664b7150 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "output/OutputControl.hxx" -#include "output/OutputInternal.hxx" +#include "output/Internal.hxx" #include "output/OutputPlugin.hxx" #include "config/ConfigData.hxx" #include "config/ConfigGlobal.hxx" |