aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-05-01 03:32:46 +0000
committerBruce Evans <bde@FreeBSD.org>1996-05-01 03:32:46 +0000
commit3722e90e21d23f577e03caf0df982a0742d6a89d (patch)
tree06ec8c19119abdbc4696793f4832acb8d8c13693 /sys
parent7653020ceb6660884cda2ab64e0c586c0e5faa69 (diff)
downloadsrc-3722e90e21d23f577e03caf0df982a0742d6a89d.tar.gz
src-3722e90e21d23f577e03caf0df982a0742d6a89d.zip
Removed unused #include.
Notes
Notes: svn path=/head/; revision=15500
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/cons.c3
-rw-r--r--sys/kern/tty_cons.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/i386/cons.c b/sys/i386/i386/cons.c
index 648702192170..2c4ea50907fe 100644
--- a/sys/i386/i386/cons.c
+++ b/sys/i386/i386/cons.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
- * $Id: cons.c,v 1.44 1996/03/28 14:28:14 scrappy Exp $
+ * $Id: cons.c,v 1.45 1996/03/28 15:03:41 bde Exp $
*/
#include <sys/param.h>
@@ -52,7 +52,6 @@
#include <machine/cpu.h>
#include <machine/cons.h>
-#include <machine/stdarg.h>
/* XXX this should be config(8)ed. */
#include "sc.h"
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c
index 648702192170..2c4ea50907fe 100644
--- a/sys/kern/tty_cons.c
+++ b/sys/kern/tty_cons.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
- * $Id: cons.c,v 1.44 1996/03/28 14:28:14 scrappy Exp $
+ * $Id: cons.c,v 1.45 1996/03/28 15:03:41 bde Exp $
*/
#include <sys/param.h>
@@ -52,7 +52,6 @@
#include <machine/cpu.h>
#include <machine/cons.h>
-#include <machine/stdarg.h>
/* XXX this should be config(8)ed. */
#include "sc.h"