diff options
author | Max Kellermann <max@duempel.org> | 2013-01-31 20:33:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-31 21:11:06 +0100 |
commit | 1b175025fecb1c10e6719d4ab79c188d473fccc4 (patch) | |
tree | a1d04e92416e72c78f474de25c0aeee3374d47a1 /src/PcmConvert.cxx | |
parent | ccdf7184bea4bcc38ae468095ec400e2a2a4db3b (diff) | |
download | mpd-1b175025fecb1c10e6719d4ab79c188d473fccc4.tar.gz mpd-1b175025fecb1c10e6719d4ab79c188d473fccc4.tar.xz mpd-1b175025fecb1c10e6719d4ab79c188d473fccc4.zip |
pcm_*: convert to C++
Diffstat (limited to 'src/PcmConvert.cxx')
-rw-r--r-- | src/PcmConvert.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/PcmConvert.cxx b/src/PcmConvert.cxx index 175584c83..ed260d074 100644 --- a/src/PcmConvert.cxx +++ b/src/PcmConvert.cxx @@ -19,12 +19,8 @@ #include "config.h" #include "PcmConvert.hxx" - -extern "C" { -#include "pcm_channels.h" -#include "pcm_format.h" -} - +#include "PcmChannels.hxx" +#include "PcmFormat.hxx" #include "pcm_pack.h" #include "audio_format.h" |