diff options
Diffstat (limited to 'libmisc/assert.c')
-rw-r--r-- | libmisc/assert.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmisc/assert.c b/libmisc/assert.c index 8bca524..540d2fd 100644 --- a/libmisc/assert.c +++ b/libmisc/assert.c @@ -4,8 +4,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#include <stdbool.h> /* for bool, true, false */ - #define LOG_NAME ASSERT #include <libmisc/log.h> /* for log_errorf() */ |