aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Riff.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-28 14:14:13 +0200
committerMax Kellermann <max@duempel.org>2013-09-28 14:14:13 +0200
commit36f712b9496a12d86d12aa32dff0d6663fc29f80 (patch)
tree940e37b32f02391af62df99adb08ee1b4ce105b9 /src/tag/Riff.hxx
parenta446775d808a8220cb2eacc797a5e4b15e3a3560 (diff)
downloadmpd-36f712b9496a12d86d12aa32dff0d6663fc29f80.tar.gz
mpd-36f712b9496a12d86d12aa32dff0d6663fc29f80.tar.xz
mpd-36f712b9496a12d86d12aa32dff0d6663fc29f80.zip
tag/{riff,aiff}: convert to C++
Diffstat (limited to '')
-rw-r--r--src/tag/Riff.hxx (renamed from src/tag/riff.h)7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tag/riff.h b/src/tag/Riff.hxx
index 7b35e092a..fbbdfaaf6 100644
--- a/src/tag/riff.h
+++ b/src/tag/Riff.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 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
@@ -22,10 +22,9 @@
* A parser for the RIFF file format (e.g. WAV).
*/
-#ifndef MPD_RIFF_H
-#define MPD_RIFF_H
+#ifndef MPD_RIFF_HXX
+#define MPD_RIFF_HXX
-#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>