don't include stdbool.h in C++ sources
The "bool" type is built-in.
This commit is contained in:
@@ -31,7 +31,6 @@ extern "C" {
|
||||
#include <assert.h>
|
||||
#include <sys/inotify.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
|
Reference in New Issue
Block a user