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