>From fd277435c8cc4b758c101b9466fd8e86f4f37807 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Tue, 24 Aug 2021 21:32:26 +0200 Subject: [PATCH] maint: avoid sc_system_h_headers error `make syntax-check` complains: src/find-mount-point.h:17:#include maint.mk: the above are already included via system.h make: *** [cfg.mk:174: sc_system_h_headers] Error 1 * src/find-mount-point.h (#include ): Remove again. --- src/find-mount-point.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/find-mount-point.h b/src/find-mount-point.h index a1bbcdc92..be0d367be 100644 --- a/src/find-mount-point.h +++ b/src/find-mount-point.h @@ -14,7 +14,5 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include - extern char *find_mount_point (char const *, struct stat const *) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE; -- 2.32.0