Remove an unused included header (sys/stat.h).
authormmcc <mmcc@openbsd.org>
Thu, 15 Oct 2015 20:01:53 +0000 (20:01 +0000)
committermmcc <mmcc@openbsd.org>
Thu, 15 Oct 2015 20:01:53 +0000 (20:01 +0000)
bin/ksh/tty.c

index 5146d6e..0a5e0fe 100644 (file)
@@ -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 <sys/stat.h>
 #include "tty.h"
 
 int            tty_fd = -1;    /* dup'd tty file descriptor */