From 57e194df4f0bcb13e363a5a2cd37783305504d6b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 29 Jan 2023 04:17:37 +0000 Subject: is_older_than: missing includes from IWYU --- src/is_older_than/is_older_than.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 -#include -#include #include #include "rc.h" -#include "misc.h" int main(int argc, char **argv) { -- cgit v1.2.3