diff options
author | Max Kellermann <max@duempel.org> | 2013-01-21 18:24:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-21 19:01:10 +0100 |
commit | 9ec069104f82184fbdc33bb82ead393441a41728 (patch) | |
tree | d887d486682b9f3916f84032d08812954d6b9aeb /src/despotify_utils.h | |
parent | 7d21d60dbaefa90a2d52636766f7d060cb1cf481 (diff) | |
download | mpd-9ec069104f82184fbdc33bb82ead393441a41728.tar.gz mpd-9ec069104f82184fbdc33bb82ead393441a41728.tar.xz mpd-9ec069104f82184fbdc33bb82ead393441a41728.zip |
input,playlist/despotify: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/DespotifyUtils.hxx (renamed from src/despotify_utils.h) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/despotify_utils.h b/src/DespotifyUtils.hxx index ab2968ab0..7e35edc3c 100644 --- a/src/despotify_utils.h +++ b/src/DespotifyUtils.hxx @@ -20,8 +20,6 @@ #ifndef MPD_DESPOTIFY_H #define MPD_DESPOTIFY_H -#include <stdbool.h> - struct despotify_session; struct ds_track; |