git: 3e5bff102b4b - main - bsdinstall: Remove unused sysctl.h header #include
Ed Maste
emaste at FreeBSD.org
Sun Aug 8 00:31:02 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=3e5bff102b4bd09962b0f735217635cb513d53a3
commit 3e5bff102b4bd09962b0f735217635cb513d53a3
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-05-19 16:28:47 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-08-08 00:30:29 +0000
bsdinstall: Remove unused sysctl.h header #include
---
usr.sbin/bsdinstall/partedit/part_wizard.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/usr.sbin/bsdinstall/partedit/part_wizard.c b/usr.sbin/bsdinstall/partedit/part_wizard.c
index 9f7158a4801e..52c5d7f649cc 100644
--- a/usr.sbin/bsdinstall/partedit/part_wizard.c
+++ b/usr.sbin/bsdinstall/partedit/part_wizard.c
@@ -29,7 +29,6 @@
*/
#include <sys/param.h>
-#include <sys/sysctl.h>
#include <errno.h>
#include <inttypes.h>
#include <libutil.h>
More information about the dev-commits-src-main
mailing list