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/PlaylistQueue.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/PlaylistQueue.hxx') diff --git a/src/PlaylistQueue.hxx b/src/PlaylistQueue.hxx index e1d3bf39..cda77c81 100644 --- a/src/PlaylistQueue.hxx +++ b/src/PlaylistQueue.hxx @@ -26,8 +26,6 @@ #include "playlist_error.h" -#include - struct playlist_provider; struct playlist; struct player_control; -- cgit v1.2.3