aboutsummaryrefslogtreecommitdiff
path: root/src/DatabasePrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 20:56:04 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 20:56:04 +0100
commit22f0ef6d6b2d2c66def0e0e93442b01089e388e9 (patch)
treec0aa86dccc8c83c4a14400023aa645b158d24e9e /src/DatabasePrint.hxx
parent975deca85b3fb881571203c9a2cad4eb242cd954 (diff)
don't include stdbool.h in C++ sources
The "bool" type is built-in.
Diffstat (limited to 'src/DatabasePrint.hxx')
-rw-r--r--src/DatabasePrint.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/DatabasePrint.hxx b/src/DatabasePrint.hxx
index 4aacd936..413a923a 100644
--- a/src/DatabasePrint.hxx
+++ b/src/DatabasePrint.hxx
@@ -23,8 +23,6 @@
#include "gcc.h"
#include "gerror.h"
-#include <stdbool.h>
-
struct client;
class SongFilter;
struct DatabaseSelection;