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/DatabasePrint.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/DatabasePrint.hxx') diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx index 4aacd9363..413a923a3 100644 --- a/src/DatabasePrint.hxx +++ b/src/DatabasePrint.hxx @@ -23,8 +23,6 @@ #include "gcc.h" #include "gerror.h" -#include - struct client; class SongFilter; struct DatabaseSelection; -- cgit v1.2.3