From: mmcc Date: Thu, 15 Oct 2015 20:01:53 +0000 (+0000) Subject: Remove an unused included header (sys/stat.h). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3ac7277614f34d3cd0ccc4c90b79e71406752af1;p=openbsd Remove an unused included header (sys/stat.h). --- diff --git a/bin/ksh/tty.c b/bin/ksh/tty.c index 5146d6e6071..0a5e0fe0d66 100644 --- a/bin/ksh/tty.c +++ b/bin/ksh/tty.c @@ -1,7 +1,6 @@ -/* $OpenBSD: tty.c,v 1.12 2015/09/25 11:58:14 nicm Exp $ */ +/* $OpenBSD: tty.c,v 1.13 2015/10/15 20:01:53 mmcc Exp $ */ #include "sh.h" -#include #include "tty.h" int tty_fd = -1; /* dup'd tty file descriptor */