git: eaeff15960e0 - stable/13 - bsdinstall: Remove unused sysctl.h header #include

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 08 Feb 2022 21:45:35 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=eaeff15960e04f1abccb17f4e6ef557159f8b4b2

commit eaeff15960e04f1abccb17f4e6ef557159f8b4b2
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-05-19 16:28:47 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-02-08 20:50:32 +0000

    bsdinstall: Remove unused sysctl.h header #include
    
    (cherry picked from commit 3e5bff102b4bd09962b0f735217635cb513d53a3)
---
 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>