The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=4d0be3986c6bd34ca89b4befbf27adf9a4b2dbcb
commit 4d0be3986c6bd34ca89b4befbf27adf9a4b2dbcb Author: Warner Losh <i...@freebsd.org> AuthorDate: 2024-02-18 04:18:37 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2024-02-18 04:39:41 +0000 reboot: Remove sys/types.h: it's not needed here... --- sbin/reboot/reboot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index d3f1fc9bbb86..550530ad079e 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -35,7 +35,6 @@ #include <sys/stat.h> #include <sys/sysctl.h> #include <sys/time.h> -#include <sys/types.h> #include <sys/wait.h> #include <err.h>