aboutsummaryrefslogtreecommitdiffstats
path: root/src/chunk.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 10:16:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 10:16:16 +0100
commit22f0a1547c86895b4284b5fdc63ab9c82f24a442 (patch)
treec011204fc1e1a31745e004a3e25d7f9f24f1067e /src/chunk.h
parentde0ab43bc12be345d85779e444266153ff5be007 (diff)
downloadmpd-22f0a1547c86895b4284b5fdc63ab9c82f24a442.tar.gz
mpd-22f0a1547c86895b4284b5fdc63ab9c82f24a442.tar.xz
mpd-22f0a1547c86895b4284b5fdc63ab9c82f24a442.zip
buffer, pipe: convert to C++
Diffstat (limited to '')
-rw-r--r--src/MusicChunk.hxx (renamed from src/chunk.h)7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/chunk.h b/src/MusicChunk.hxx
index a06a203eb..0ed720064 100644
--- a/src/chunk.h
+++ b/src/MusicChunk.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
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_CHUNK_H
-#define MPD_CHUNK_H
+#ifndef MPD_MUSIC_CHUNK_HXX
+#define MPD_MUSIC_CHUNK_HXX
#include "replay_gain_info.h"
@@ -26,7 +26,6 @@
#include "audio_format.h"
#endif
-#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>