diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-04 20:21:40 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-06 16:17:51 -0600 |
commit | 2e50e86aade27ac8d66c768713c6cdb2526432c3 (patch) | |
tree | 4ff5f0ce665600443a462649b4849910b1f24137 /libmisc/tests/test_assert.c | |
parent | 8b95b3bcb5b85a582ef9723383fd137206bd5089 (diff) |
Prune #includes
Diffstat (limited to 'libmisc/tests/test_assert.c')
-rw-r--r-- | libmisc/tests/test_assert.c | 1 |
1 files changed, 0 insertions, 1 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> |