From 22f0ef6d6b2d2c66def0e0e93442b01089e388e9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 20:56:04 +0100 Subject: don't include stdbool.h in C++ sources The "bool" type is built-in. --- src/PlaylistSong.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/PlaylistSong.hxx') diff --git a/src/PlaylistSong.hxx b/src/PlaylistSong.hxx index f6959715..117ee133 100644 --- a/src/PlaylistSong.hxx +++ b/src/PlaylistSong.hxx @@ -20,8 +20,6 @@ #ifndef MPD_PLAYLIST_SONG_HXX #define MPD_PLAYLIST_SONG_HXX -#include - /** * Verifies the song, returns NULL if it is unsafe. Translate the * song to a new song object within the database, if it is a local -- cgit v1.2.3