util/bit_reverse: convert to C++

This commit is contained in:
Max Kellermann
2020-02-05 19:49:18 +01:00
parent b84444b680
commit 7b03f55cb4
6 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "util/bit_reverse.h"
#include "util/BitReverse.hxx"
#include "util/ByteOrder.hxx"
#include "util/StringView.hxx"
#include "tag/Handler.hxx"

View File

@@ -32,7 +32,7 @@
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "util/bit_reverse.h"
#include "util/BitReverse.hxx"
#include "util/ByteOrder.hxx"
#include "DsdLib.hxx"
#include "tag/Handler.hxx"