don't include stdbool.h in C++ sources

The "bool" type is built-in.
This commit is contained in:
Max Kellermann
2013-01-02 20:56:04 +01:00
parent 975deca85b
commit 22f0ef6d6b
15 changed files with 0 additions and 20 deletions

View File

@@ -22,7 +22,6 @@
#include <glib.h>
#include <stdbool.h>
#include <sys/inotify.h>
#include <signal.h>