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/OutputAll.cxx | |
parent | 4aeec4bb60f5f7635679ecbbee1f3e046901d640 (diff) | |
download | mpd-3a2254c91f19364d41aacea442c43b00aa1175e2.tar.gz mpd-3a2254c91f19364d41aacea442c43b00aa1175e2.tar.xz mpd-3a2254c91f19364d41aacea442c43b00aa1175e2.zip |
output: convert to C++
Diffstat (limited to 'src/OutputAll.cxx')
-rw-r--r-- | src/OutputAll.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx index 4cdcc84e7..c125a9730 100644 --- a/src/OutputAll.cxx +++ b/src/OutputAll.cxx @@ -19,12 +19,8 @@ #include "config.h" #include "OutputAll.hxx" - -extern "C" { -#include "output_internal.h" -} - #include "PlayerControl.hxx" +#include "OutputInternal.hxx" #include "OutputControl.hxx" #include "OutputError.hxx" #include "MusicBuffer.hxx" |