diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-11-30 23:54:08 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-11-30 23:54:08 +0000 |
commit | 41e87beaf410fcd8d1673410e8675057e96147ff (patch) | |
tree | 15520668108fa36efdd230adef1ab4f62c3709aa /sys | |
parent | c1fac9248e12be870af17ce526411a1651889fee (diff) |
Remove duplicate #include.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/cy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/cy.c b/sys/dev/ic/cy.c index 9969c7a7603..6305b51c824 100644 --- a/sys/dev/ic/cy.c +++ b/sys/dev/ic/cy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cy.c,v 1.8 1997/08/04 09:57:19 dgregor Exp $ */ +/* $OpenBSD: cy.c,v 1.9 1999/11/30 23:54:07 aaron Exp $ */ /* * cy.c @@ -38,7 +38,6 @@ #include <sys/proc.h> #include <sys/conf.h> #include <sys/user.h> -#include <sys/ioctl.h> #include <sys/select.h> #include <sys/device.h> #include <sys/malloc.h> |