diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2025-05-07 21:18:24 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2025-05-07 22:37:22 +0000 |
commit | 29536654cc41bf41b92dc836c47496dc6fe0b00c (patch) | |
tree | 368a3c5b14e610bb5f6b71657f61a41e373eaf97 /test/testutil/format_output.c | |
parent | 1c34280346af8284acdc0eae39496811d37df25d (diff) |
Diffstat (limited to 'test/testutil/format_output.c')
-rw-r--r-- | test/testutil/format_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testutil/format_output.c b/test/testutil/format_output.c index e101a7ecefb1..8e84e1a6b6a6 100644 --- a/test/testutil/format_output.c +++ b/test/testutil/format_output.c @@ -13,7 +13,6 @@ #include <string.h> #include <ctype.h> -#include "internal/nelem.h" /* The size of memory buffers to display on failure */ #define MEM_BUFFER_SIZE (2000) |