From 6b2b5af3440d8bd5c6ca6bde934610925d652e88 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Oct 2013 21:04:52 +0200 Subject: util/byte_reverse: convert to C++ --- src/pcm/PcmExport.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/pcm') diff --git a/src/pcm/PcmExport.cxx b/src/pcm/PcmExport.cxx index 389670b6f..74b642569 100644 --- a/src/pcm/PcmExport.cxx +++ b/src/pcm/PcmExport.cxx @@ -21,10 +21,7 @@ #include "PcmExport.hxx" #include "PcmDsdUsb.hxx" #include "PcmPack.hxx" - -extern "C" { -#include "util/byte_reverse.h" -} +#include "util/ByteReverse.hxx" void PcmExport::Open(SampleFormat sample_format, unsigned _channels, -- cgit v1.2.3