diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 23:00:33 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 23:00:33 -0600 |
commit | b5a29a4c57f09ed11b4591f99493fd57fdcee593 (patch) | |
tree | c558294e0237a31b2fca737437bfa82486834c4e /libmisc/tests | |
parent | ce8ae41d677875adb45d99c351bcba108fb82a44 (diff) | |
parent | 940ac0d72be1e6d13b924f3ca2d32bad5b41b6ab (diff) |
Merge branch 'lukeshu/misc'
Diffstat (limited to 'libmisc/tests')
-rw-r--r-- | libmisc/tests/test_assert.c | 1 | ||||
-rw-r--r-- | libmisc/tests/test_log.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libmisc/tests/test_assert.c b/libmisc/tests/test_assert.c index cdbc567..290b073 100644 --- a/libmisc/tests/test_assert.c +++ b/libmisc/tests/test_assert.c @@ -5,7 +5,6 @@ */ #include <setjmp.h> -#include <stdarg.h> /* for va_list, va_start(), va_end() */ #include <stdlib.h> #include <string.h> diff --git a/libmisc/tests/test_log.c b/libmisc/tests/test_log.c index ee762e2..6e7cdfd 100644 --- a/libmisc/tests/test_log.c +++ b/libmisc/tests/test_log.c @@ -4,7 +4,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#include <stdarg.h> /* for va_list */ #include <stdio.h> /* for vsnprintf() */ #include <stdlib.h> /* for realloc(), free() */ #include <string.h> /* for strlen(), strcmp() */ |