]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
agetty: remove duplicate include
authorKarel Zak <kzak@redhat.com>
Wed, 24 Jan 2024 09:47:23 +0000 (10:47 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 24 Jan 2024 09:47:23 +0000 (10:47 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/agetty.c

index ca8385f3413999f1792d7d3a353d2e8fb5070d68..6059b01d014b1dc3c3e984570e86a6a9078a38a1 100644 (file)
 #  define ISSUE_SUPPORT
 #  if defined(HAVE_SCANDIRAT) && defined(HAVE_OPENAT)
 #    include <dirent.h>
-#    include "fileutils.h"
 #    define ISSUEDIR_SUPPORT
 #    define ISSUEDIR_EXT       ".issue"
 #    define ISSUEDIR_EXTSIZ    (sizeof(ISSUEDIR_EXT) - 1)