Removed duplicated #includes of <sys/conf.h>

This commit is contained in:
Bruce Evans 1995-12-15 00:29:31 +00:00
parent 44faa2919b
commit 28cc517d85
6 changed files with 4 additions and 10 deletions

View File

@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
* $Id: mse.c,v 1.21 1995/12/08 23:20:35 phk Exp $
* $Id: mse.c,v 1.22 1995/12/10 13:39:00 phk Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@ -55,7 +55,6 @@
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/devconf.h>
#include <sys/conf.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/

View File

@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* $Id: asc.c,v 1.10 1995/12/08 11:13:47 julian Exp $
* $Id: asc.c,v 1.11 1995/12/10 13:38:20 phk Exp $
*/
#include "asc.h"
@ -68,7 +68,6 @@
#include <sys/tty.h>
#include <sys/uio.h>
#include <sys/syslog.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>

View File

@ -8,7 +8,7 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
* $Id: ctx.c,v 1.13 1995/12/08 23:20:21 phk Exp $
* $Id: ctx.c,v 1.14 1995/12/10 13:38:25 phk Exp $
*/
/*
@ -120,7 +120,6 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/devconf.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>

View File

@ -45,7 +45,6 @@
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/syslog.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#ifdef DEVFS
#include <sys/devfsext.h>

View File

@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
* $Id: mse.c,v 1.21 1995/12/08 23:20:35 phk Exp $
* $Id: mse.c,v 1.22 1995/12/10 13:39:00 phk Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@ -55,7 +55,6 @@
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/devconf.h>
#include <sys/conf.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/

View File

@ -64,7 +64,6 @@ error "Can only have 1 spigot configured."
#include <sys/devconf.h>
#include <sys/errno.h>
#include <sys/mman.h>
#include <sys/conf.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /* DEVFS */