From 9adcd9051ab94fde4aa63de7673417e3cbd25f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 12 Mar 2021 16:38:36 +0100 Subject: Object: always include stdbool.h The function Object_isA() returning bool is nowadays unconditional --- Object.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Object.h') diff --git a/Object.h b/Object.h index 36e17b3b..e18fb972 100644 --- a/Object.h +++ b/Object.h @@ -11,14 +11,11 @@ in the source distribution for its full text. #include "config.h" // IWYU pragma: keep #include +#include #include "RichString.h" #include "XUtils.h" // IWYU pragma: keep -#ifndef NDEBUG -#include -#endif - struct Object_; typedef struct Object_ Object; -- cgit v1.2.3