From 59d158552d76781da31d3c5ac22dcc32896db20d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 11 Jul 2014 07:57:59 +0000 Subject: sys/reboot.h does not need to be standalone and pull cdefs.h by itself. enough kernel .S pull this in and cannot handle that (yet) ok uebayasi --- sys/sys/reboot.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index 23d6db7d2bc..3b6ad8666c5 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reboot.h,v 1.15 2014/07/10 12:13:48 uebayasi Exp $ */ +/* $OpenBSD: reboot.h,v 1.16 2014/07/11 07:57:58 deraadt Exp $ */ /* $NetBSD: reboot.h,v 1.9 1996/04/22 01:23:25 christos Exp $ */ /* @@ -35,8 +35,6 @@ #ifndef _SYS_REBOOT_H_ #define _SYS_REBOOT_H_ -#include - /* * Arguments to reboot system call. These are passed to the boot program, * and then on to init. -- cgit v1.2.3