summaryrefslogtreecommitdiffstats
path: root/Object.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-03-12 16:38:36 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-03-12 16:38:36 +0100
commit9adcd9051ab94fde4aa63de7673417e3cbd25f42 (patch)
tree218484e956b6c6468aec1ee5c36c092f9884196c /Object.h
parent8ba4ef327e45252e0c85990d753396aa98366fb4 (diff)
Object: always include stdbool.h
The function Object_isA() returning bool is nowadays unconditional
Diffstat (limited to 'Object.h')
-rw-r--r--Object.h5
1 files changed, 1 insertions, 4 deletions
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 <assert.h>
+#include <stdbool.h>
#include "RichString.h"
#include "XUtils.h" // IWYU pragma: keep
-#ifndef NDEBUG
-#include <stdbool.h>
-#endif
-
struct Object_;
typedef struct Object_ Object;

© 2014-2024 Faster IT GmbH | imprint | privacy policy