diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 20:25:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 20:25:20 +0100 |
commit | 0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (patch) | |
tree | 4398964cb5c2a2f28b518c425b5f930b636f5be9 /src/PlaylistVector.hxx | |
parent | b715e522cff7109c370e66d29ba22340c9259c52 (diff) | |
download | mpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.tar.gz mpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.tar.xz mpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.zip |
playlist_vector: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistVector.hxx (renamed from src/playlist_vector.h) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/playlist_vector.h b/src/PlaylistVector.hxx index 0af6df8b4..00347ffdb 100644 --- a/src/playlist_vector.h +++ b/src/PlaylistVector.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,12 +17,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_PLAYLIST_VECTOR_H -#define MPD_PLAYLIST_VECTOR_H +#ifndef MPD_PLAYLIST_VECTOR_HXX +#define MPD_PLAYLIST_VECTOR_HXX #include "util/list.h" -#include <stdbool.h> #include <stddef.h> #include <sys/time.h> |