Author: delphij Date: Sat Dec 12 02:26:43 2020 New Revision: 368574 URL: https://svnweb.freebsd.org/changeset/base/368574
Log: Remove unused headers. MFC after: 2 weeks Modified: head/bin/setfacl/mask.c head/bin/setfacl/merge.c head/bin/setfacl/remove.c head/bin/setfacl/util.c Modified: head/bin/setfacl/mask.c ============================================================================== --- head/bin/setfacl/mask.c Sat Dec 12 02:24:33 2020 (r368573) +++ head/bin/setfacl/mask.c Sat Dec 12 02:26:43 2020 (r368574) @@ -32,9 +32,6 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <err.h> -#include <errno.h> -#include <stdio.h> -#include <stdlib.h> #include "setfacl.h" Modified: head/bin/setfacl/merge.c ============================================================================== --- head/bin/setfacl/merge.c Sat Dec 12 02:24:33 2020 (r368573) +++ head/bin/setfacl/merge.c Sat Dec 12 02:26:43 2020 (r368574) @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <err.h> -#include <stdio.h> #include "setfacl.h" Modified: head/bin/setfacl/remove.c ============================================================================== --- head/bin/setfacl/remove.c Sat Dec 12 02:24:33 2020 (r368573) +++ head/bin/setfacl/remove.c Sat Dec 12 02:26:43 2020 (r368574) @@ -32,8 +32,6 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <err.h> -#include <stdio.h> -#include <string.h> #include "setfacl.h" Modified: head/bin/setfacl/util.c ============================================================================== --- head/bin/setfacl/util.c Sat Dec 12 02:24:33 2020 (r368573) +++ head/bin/setfacl/util.c Sat Dec 12 02:26:43 2020 (r368574) @@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$"); #include <err.h> #include <stdlib.h> -#include <string.h> #include "setfacl.h" _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"