Object: always include stdbool.h

The function Object_isA() returning bool is nowadays unconditional
This commit is contained in:
Christian Göttsche 2021-03-12 16:38:36 +01:00
parent 8ba4ef327e
commit 9adcd9051a
1 changed files with 1 additions and 4 deletions

View File

@ -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;