From 73da506ee04ec490c5959b45c216a1f8508bec5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 20:00:37 -0400 Subject: consistently use <> for standardized headers --- src/unistd/isatty.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/unistd/isatty.c') diff --git a/src/unistd/isatty.c b/src/unistd/isatty.c index cc27576f..f544d8d6 100644 --- a/src/unistd/isatty.c +++ b/src/unistd/isatty.c @@ -1,7 +1,6 @@ -#include "stddef.h" -#include "sys/types.h" +#include #include -#include "termios.h" +#include /** test for a terminal device **/ -- cgit v1.2.1