From cab0a8fb8d9a1095de3e4c2227bfc37fae93f781 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 30 Aug 2020 16:49:48 -0400 Subject: clean up overinclusion in files using TIOCGWINSZ now that struct winsize is available via sys/ioctl.h once again, including termios.h is not needed. --- src/unistd/isatty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/unistd') diff --git a/src/unistd/isatty.c b/src/unistd/isatty.c index bc220c00..75a9c186 100644 --- a/src/unistd/isatty.c +++ b/src/unistd/isatty.c @@ -1,7 +1,6 @@ #include #include #include -#include #include "syscall.h" int isatty(int fd) -- cgit v1.2.1