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

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2012 The Music Player Daemon Project
* Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "util/byte_reverse.h"
#include "util/ByteReverse.hxx"
#include "util/Macros.hxx"
#include <glib.h>