diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-03-11 09:51:03 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-03-11 13:41:29 -0400 |
commit | 2c3ef3a06ee1f951f6d68be6d0d3f6a1822b05b7 (patch) | |
tree | 1474b759607c47db6c7cc95986a4f9ef9956ba18 /tests/xtime.c | |
parent | f9e9e5f9013cc2e9d238cbcad9a1dfaf3a529aac (diff) | |
download | bfs-2c3ef3a06ee1f951f6d68be6d0d3f6a1822b05b7.tar.xz |
Re-run include-what-you-use
Diffstat (limited to 'tests/xtime.c')
-rw-r--r-- | tests/xtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xtime.c b/tests/xtime.c index 3f1fec2..c8dc00b 100644 --- a/tests/xtime.c +++ b/tests/xtime.c @@ -5,10 +5,10 @@ #include "../src/xtime.h" #include "../src/bfstd.h" #include "../src/config.h" +#include "../src/diag.h" #include <errno.h> +#include <limits.h> #include <stdint.h> -#include <stdio.h> -#include <stdlib.h> #include <time.h> static bool tm_equal(const struct tm *tma, const struct tm *tmb) { |