From 69f439eff387a6ecb52734e400b297a3c85f2285 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 21 Sep 2021 08:35:19 +0200 Subject: New upstream version 3.1.0 --- Object.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Object.h') diff --git a/Object.h b/Object.h index 89933fa..e18fb97 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; @@ -57,10 +54,6 @@ typedef union { extern const ObjectClass Object_class; -#ifndef NDEBUG - bool Object_isA(const Object* o, const ObjectClass* klass); -#endif /* NDEBUG */ - #endif -- cgit v1.2.3