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

@@ -32,7 +32,7 @@ or implied, of Sebastian Gesemann.
#include "Dsd2Pcm.hxx"
#include "Traits.hxx"
#include "util/bit_reverse.h"
#include "util/BitReverse.hxx"
#include "util/GenerateArray.hxx"
#include <assert.h>