diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 01:12:05 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 01:12:05 +0200 |
commit | 3a2254c91f19364d41aacea442c43b00aa1175e2 (patch) | |
tree | c6774b0203db2d5b536c5df8f3604d4d3431342f /src/OutputPrint.cxx | |
parent | 4aeec4bb60f5f7635679ecbbee1f3e046901d640 (diff) | |
download | mpd-3a2254c91f19364d41aacea442c43b00aa1175e2.tar.gz mpd-3a2254c91f19364d41aacea442c43b00aa1175e2.tar.xz mpd-3a2254c91f19364d41aacea442c43b00aa1175e2.zip |
output: convert to C++
Diffstat (limited to 'src/OutputPrint.cxx')
-rw-r--r-- | src/OutputPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputPrint.cxx b/src/OutputPrint.cxx index 240ea967b..4e1cf9ced 100644 --- a/src/OutputPrint.cxx +++ b/src/OutputPrint.cxx @@ -25,7 +25,7 @@ #include "config.h" #include "OutputPrint.hxx" #include "OutputAll.hxx" -#include "output_internal.h" +#include "OutputInternal.hxx" #include "Client.hxx" void |