Remove unused devfs include. (Julian or Satoshi might want to add proper

DEVFS support here; just including the header file doesn't do any good, and
would make this depend on opt_devfs.h)
This commit is contained in:
Eivind Eklund 1998-01-31 03:19:06 +00:00
parent e363c5ae0a
commit eaa22ef760
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32921
2 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $Id: ccd.c,v 1.26 1997/10/24 14:24:55 phk Exp $ */
/* $Id: ccd.c,v 1.27 1997/11/18 14:39:04 phk Exp $ */
/* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */
@ -93,9 +93,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $Id: ccd.c,v 1.26 1997/10/24 14:24:55 phk Exp $ */
/* $Id: ccd.c,v 1.27 1997/11/18 14:39:04 phk Exp $ */
/* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */
@ -93,9 +93,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/malloc.h>