Don't include sys/sysctl.h as it is not needed.

This commit is contained in:
mark 1997-10-17 05:45:40 +00:00
parent 4c8ecdc3eb
commit 18a35528c5
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: console.c,v 1.10 1997/10/14 11:49:11 mark Exp $ */
/* $NetBSD: console.c,v 1.11 1997/10/17 05:45:40 mark Exp $ */
/*
* Copyright (c) 1994-1995 Melvyn Tang-Richardson
@ -55,7 +55,6 @@
#include <sys/malloc.h>
#include <sys/msgbuf.h>
#include <sys/user.h>
#include <sys/sysctl.h>
#include <sys/syslog.h>
#include <dev/cons.h>