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/stdio/__fdopen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdio/__fdopen.c') diff --git a/src/stdio/__fdopen.c b/src/stdio/__fdopen.c index 616f4f99..116e78e5 100644 --- a/src/stdio/__fdopen.c +++ b/src/stdio/__fdopen.c @@ -1,7 +1,6 @@ #include "stdio_impl.h" #include #include -#include #include #include #include -- cgit v1.2.1