]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove now-unused include of 'safe-read.h' master
authorBernhard Voelker <mail@bernhard-voelker.de>
Mon, 4 Aug 2025 06:36:53 +0000 (08:36 +0200)
committerPádraig Brady <P@draigBrady.com>
Mon, 4 Aug 2025 09:53:49 +0000 (10:53 +0100)
'make syntax-check' complains:
  src/tail.c
  maint.mk: the above files include safe-read.h but don't use it
  make: *** [maint.mk:737: sc_prohibit_safe_read_without_use] Error 1

The removal was missed for tail.c in recent commit d3c7072a0950.

* src/tail.c (safe-read.h): Remove include.

src/tail.c

index 9046c00f8d16e6975e6533638a3fff60f3d75b86..ce3a3285bee796bb7f36f1006eab7d044b4ed75e 100644 (file)
@@ -41,7 +41,6 @@
 #include "isapipe.h"
 #include "posixver.h"
 #include "quote.h"
 #include "isapipe.h"
 #include "posixver.h"
 #include "quote.h"
-#include "safe-read.h"
 #include "stat-size.h"
 #include "stat-time.h"
 #include "xbinary-io.h"
 #include "stat-size.h"
 #include "stat-time.h"
 #include "xbinary-io.h"