aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/FLACMetaData.cxx1
-rw-r--r--src/decoder/FLACMetaData.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/FLACMetaData.cxx b/src/decoder/FLACMetaData.cxx
index 158e426db..561c1591f 100644
--- a/src/decoder/FLACMetaData.cxx
+++ b/src/decoder/FLACMetaData.cxx
@@ -32,7 +32,6 @@ extern "C" {
#include <glib.h>
#include <assert.h>
-#include <stdbool.h>
#include <stdlib.h>
static bool
diff --git a/src/decoder/FLACMetaData.hxx b/src/decoder/FLACMetaData.hxx
index 7b5eb8b0c..0eceec23c 100644
--- a/src/decoder/FLACMetaData.hxx
+++ b/src/decoder/FLACMetaData.hxx
@@ -26,7 +26,6 @@
#include <FLAC/metadata.h>
#include <assert.h>
-#include <stdbool.h>
class FLACMetadataChain {
FLAC__Metadata_Chain *chain;