util/byte_reverse: convert to C++

This commit is contained in:
Max Kellermann
2013-10-16 21:04:52 +02:00
parent f32fbd9ed1
commit 6b2b5af344
6 changed files with 21 additions and 27 deletions

View File

@@ -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 <glib.h>
#include <unistd.h>
#include <string.h>