diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 20:56:04 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 20:56:04 +0100 |
commit | 22f0ef6d6b2d2c66def0e0e93442b01089e388e9 (patch) | |
tree | c0aa86dccc8c83c4a14400023aa645b158d24e9e /src/InotifySource.cxx | |
parent | 975deca85b3fb881571203c9a2cad4eb242cd954 (diff) | |
download | mpd-22f0ef6d6b2d2c66def0e0e93442b01089e388e9.tar.gz mpd-22f0ef6d6b2d2c66def0e0e93442b01089e388e9.tar.xz mpd-22f0ef6d6b2d2c66def0e0e93442b01089e388e9.zip |
don't include stdbool.h in C++ sources
The "bool" type is built-in.
Diffstat (limited to '')
-rw-r--r-- | src/InotifySource.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx index 689468102..16fd62511 100644 --- a/src/InotifySource.cxx +++ b/src/InotifySource.cxx @@ -32,7 +32,6 @@ extern "C" { #include <sys/inotify.h> #include <unistd.h> #include <errno.h> -#include <stdbool.h> #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "inotify" |