From cc8cf254aa04874cc62b2666b72a4b3aa250903a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 24 Jan 2024 10:47:23 +0100 Subject: [PATCH] agetty: remove duplicate include Signed-off-by: Karel Zak --- term-utils/agetty.c | 1 - 1 file changed, 1 deletion(-) diff --git a/term-utils/agetty.c b/term-utils/agetty.c index ca8385f341..6059b01d01 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -122,7 +122,6 @@ # define ISSUE_SUPPORT # if defined(HAVE_SCANDIRAT) && defined(HAVE_OPENAT) # include -# include "fileutils.h" # define ISSUEDIR_SUPPORT # define ISSUEDIR_EXT ".issue" # define ISSUEDIR_EXTSIZ (sizeof(ISSUEDIR_EXT) - 1) -- 2.47.3