From 22f0ef6d6b2d2c66def0e0e93442b01089e388e9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 20:56:04 +0100 Subject: don't include stdbool.h in C++ sources The "bool" type is built-in. --- src/InotifySource.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/InotifySource.cxx') diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx index 68946810..16fd6251 100644 --- a/src/InotifySource.cxx +++ b/src/InotifySource.cxx @@ -32,7 +32,6 @@ extern "C" { #include #include #include -#include #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "inotify" -- cgit v1.2.3