diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-04-19 19:10:35 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-04-19 19:10:35 +0000 |
| commit | 53d73c77a5d093badf339543dc6faeca23b80e0d (patch) | |
| tree | 3dfb571ae1c4dea4cdb19164b266b08e58359b68 /sys/dev | |
| parent | 5e398279f445c6626e4325b62aa08769a58bdd19 (diff) | |
Garbage collect #includes.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/com.c | 4 | ||||
| -rw-r--r-- | sys/dev/isa/com.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index e7821d58431..666c71fb7a8 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $NetBSD: com.c,v 1.50 1995/04/19 18:59:27 mycroft Exp $ */ +/* $NetBSD: com.c,v 1.51 1995/04/19 19:12:53 mycroft Exp $ */ /*- * Copyright (c) 1993, 1994, 1995 Charles Hannum. All rights reserved. @@ -40,8 +40,6 @@ * COM driver, based on HP dca driver * uses National Semiconductor NS16450/NS16550AF UART */ -#include "com.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/ioctl.h> diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c index e7821d58431..666c71fb7a8 100644 --- a/sys/dev/isa/com.c +++ b/sys/dev/isa/com.c @@ -1,4 +1,4 @@ -/* $NetBSD: com.c,v 1.50 1995/04/19 18:59:27 mycroft Exp $ */ +/* $NetBSD: com.c,v 1.51 1995/04/19 19:12:53 mycroft Exp $ */ /*- * Copyright (c) 1993, 1994, 1995 Charles Hannum. All rights reserved. @@ -40,8 +40,6 @@ * COM driver, based on HP dca driver * uses National Semiconductor NS16450/NS16550AF UART */ -#include "com.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/ioctl.h> |
