diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 04:17:45 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-01-29 11:32:22 -0600 |
commit | dacd0ab18977588b9a9de8589bc108e8821e49c1 (patch) | |
tree | 7b8e30701bd9a752205adac80153f69f79392a9e /src | |
parent | 7cfe93d0323a393ca12e72a31d97f6f8e317ddff (diff) |
is_newer_than: missing includes from IWYU
Diffstat (limited to 'src')
-rw-r--r-- | src/is_newer_than/is_newer_than.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/is_newer_than/is_newer_than.c b/src/is_newer_than/is_newer_than.c index bd916ec5..a4f17692 100644 --- a/src/is_newer_than/is_newer_than.c +++ b/src/is_newer_than/is_newer_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) { |