summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-21 17:46:53 +0000
committerbde <bde@FreeBSD.org>1998-06-21 17:46:53 +0000
commit29300b726706ee2e7a0b6c17d723da873d97710c (patch)
treebdfb2de6df0d68edea51e7aef1c4db289c0861ba /sys/amd64
parent7b5778fc96999e42c7da6191e35891fa53db18d0 (diff)
downloadFreeBSD-src-29300b726706ee2e7a0b6c17d723da873d97710c.zip
FreeBSD-src-29300b726706ee2e7a0b6c17d723da873d97710c.tar.gz
Removed unused includes.
Ifdefed conditionally used includes.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 3b60112..b434178 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.299 1998/06/07 17:10:01 dfr Exp $
+ * $Id: machdep.c,v 1.300 1998/06/17 14:57:55 bde Exp $
*/
#include "apm.h"
@@ -64,7 +64,6 @@
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/reboot.h>
-#include <sys/conf.h>
#include <sys/callout.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
@@ -131,7 +130,9 @@
#include <i386/isa/isa_device.h>
#include <i386/isa/intr_machdep.h>
+#ifndef VM86
#include <i386/isa/rtc.h>
+#endif
#include <machine/random.h>
#include <sys/ptrace.h>
OpenPOWER on IntegriCloud