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/decoder/FLACMetaData.cxx | 1 - src/decoder/FLACMetaData.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'src/decoder') diff --git a/src/decoder/FLACMetaData.cxx b/src/decoder/FLACMetaData.cxx index 158e426d..561c1591 100644 --- a/src/decoder/FLACMetaData.cxx +++ b/src/decoder/FLACMetaData.cxx @@ -32,7 +32,6 @@ extern "C" { #include #include -#include #include static bool diff --git a/src/decoder/FLACMetaData.hxx b/src/decoder/FLACMetaData.hxx index 7b5eb8b0..0eceec23 100644 --- a/src/decoder/FLACMetaData.hxx +++ b/src/decoder/FLACMetaData.hxx @@ -26,7 +26,6 @@ #include #include -#include class FLACMetadataChain { FLAC__Metadata_Chain *chain; -- cgit v1.2.3