diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 23:55:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 23:55:02 +0000 |
commit | f12b94ec8ecf2f8fdfc35f027a67aed89fa2927c (patch) | |
tree | 84efa60b89827600da7b097ee8536ca4ab313332 /sys/dev/pci/yds.c | |
parent | ce8e5b8193175730882a417c60a970c82e1894f7 (diff) |
Nuke yet more obvious #include duplications.
ok miod@
Diffstat (limited to 'sys/dev/pci/yds.c')
-rw-r--r-- | sys/dev/pci/yds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/yds.c b/sys/dev/pci/yds.c index 61158ea5e26..e235705cb82 100644 --- a/sys/dev/pci/yds.c +++ b/sys/dev/pci/yds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yds.c,v 1.47 2014/07/12 18:48:52 tedu Exp $ */ +/* $OpenBSD: yds.c,v 1.48 2014/11/18 23:55:01 krw Exp $ */ /* $NetBSD: yds.c,v 1.5 2001/05/21 23:55:04 minoura Exp $ */ /* @@ -46,7 +46,6 @@ #include <sys/malloc.h> #include <sys/device.h> #include <sys/queue.h> -#include <sys/fcntl.h> #include <dev/pci/pcidevs.h> #include <dev/pci/pcireg.h> |