aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-02-18 04:18:37 +0000
committerWarner Losh <imp@FreeBSD.org>2024-02-18 04:39:41 +0000
commit4d0be3986c6bd34ca89b4befbf27adf9a4b2dbcb (patch)
treecd8e953b532dfff14640a1dac08c943368deb424 /sbin
parent4543ef516683042d46f3bd3bb8a4f3f746e00499 (diff)
downloadsrc-4d0be3986c6bd34ca89b4befbf27adf9a4b2dbcb.tar.gz
src-4d0be3986c6bd34ca89b4befbf27adf9a4b2dbcb.zip
reboot: Remove sys/types.h: it's not needed here...
Diffstat (limited to 'sbin')
-rw-r--r--sbin/reboot/reboot.c1
1 files changed, 0 insertions, 1 deletions
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>