From 4d775b7759859dcc72ee45785fc3ab46aaed40db Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 7 Jun 1997 00:57:26 +0000 Subject: [PATCH] Removed #include of . inthand2_t is declared in a better place now. --- sys/i386/include/random.h | 5 +---- sys/sys/random.h | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sys/i386/include/random.h b/sys/i386/include/random.h index 83b28e55bfc..659fdf9f785 100644 --- a/sys/i386/include/random.h +++ b/sys/i386/include/random.h @@ -1,7 +1,7 @@ /* * random.h -- A strong random number generator * - * $Id$ + * $Id: random.h,v 1.11 1997/02/22 09:35:05 peter Exp $ * * Version 0.95, last modified 18-Oct-95 * @@ -58,9 +58,6 @@ #ifdef KERNEL -/* XXX include from the wrong place(s) for inthand2_t. */ -#include - /* Interrupts to be used in the randomizing process */ extern inthand2_t *sec_intr_handler[]; diff --git a/sys/sys/random.h b/sys/sys/random.h index 83b28e55bfc..659fdf9f785 100644 --- a/sys/sys/random.h +++ b/sys/sys/random.h @@ -1,7 +1,7 @@ /* * random.h -- A strong random number generator * - * $Id$ + * $Id: random.h,v 1.11 1997/02/22 09:35:05 peter Exp $ * * Version 0.95, last modified 18-Oct-95 * @@ -58,9 +58,6 @@ #ifdef KERNEL -/* XXX include from the wrong place(s) for inthand2_t. */ -#include - /* Interrupts to be used in the randomizing process */ extern inthand2_t *sec_intr_handler[];