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/PlaylistFile.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/PlaylistFile.hxx') diff --git a/src/PlaylistFile.hxx b/src/PlaylistFile.hxx index b20f0d762..6df5a46d3 100644 --- a/src/PlaylistFile.hxx +++ b/src/PlaylistFile.hxx @@ -25,7 +25,6 @@ #include #include -#include #include struct song; -- cgit v1.2.3