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/kern/tty_pty.c | |
parent | ce8e5b8193175730882a417c60a970c82e1894f7 (diff) |
Nuke yet more obvious #include duplications.
ok miod@
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r-- | sys/kern/tty_pty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index e28a641c5ae..2c64ccf885c 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty_pty.c,v 1.68 2014/07/13 15:29:04 tedu Exp $ */ +/* $OpenBSD: tty_pty.c,v 1.69 2014/11/18 23:55:01 krw Exp $ */ /* $NetBSD: tty_pty.c,v 1.33.4.1 1996/06/02 09:08:11 mrg Exp $ */ /* @@ -51,7 +51,6 @@ #include <sys/malloc.h> #include <sys/vnode.h> #include <sys/signalvar.h> -#include <sys/uio.h> #include <sys/conf.h> #include <sys/stat.h> #include <sys/sysctl.h> |