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/decoder/PcmDecoderPlugin.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/decoder') diff --git a/src/decoder/PcmDecoderPlugin.cxx b/src/decoder/PcmDecoderPlugin.cxx index 6996b583a..61062f7f9 100644 --- a/src/decoder/PcmDecoderPlugin.cxx +++ b/src/decoder/PcmDecoderPlugin.cxx @@ -22,12 +22,9 @@ #include "DecoderAPI.hxx" #include "InputStream.hxx" #include "util/Error.hxx" +#include "util/ByteReverse.hxx" #include "Log.hxx" -extern "C" { -#include "util/byte_reverse.h" -} - #include #include #include -- cgit v1.2.3