diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 04:17:37 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-01-29 11:32:22 -0600 |
commit | 57e194df4f0bcb13e363a5a2cd37783305504d6b (patch) | |
tree | 3d877ace8654e0bea60a88c87678741914dbc78b | |
parent | dacd0ab18977588b9a9de8589bc108e8821e49c1 (diff) |
is_older_than: missing includes from IWYU
-rw-r--r-- | src/is_older_than/is_older_than.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/is_older_than/is_older_than.c b/src/is_older_than/is_older_than.c index b3f7072b..67aa13e2 100644 --- a/src/is_older_than/is_older_than.c +++ b/src/is_older_than/is_older_than.c @@ -10,13 +10,9 @@ * except according to the terms contained in the LICENSE file. */ -#include <errno.h> -#include <ctype.h> -#include <stdio.h> #include <stdlib.h> #include "rc.h" -#include "misc.h" int main(int argc, char **argv) { |