don't include stdbool.h in C++ sources
The "bool" type is built-in.
This commit is contained in:
@@ -32,7 +32,6 @@ extern "C" {
|
||||
#include <glib.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static bool
|
||||
|
@@ -26,7 +26,6 @@
|
||||
#include <FLAC/metadata.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
class FLACMetadataChain {
|
||||
FLAC__Metadata_Chain *chain;
|
||||
|
Reference in New Issue
Block a user