From 5e547510dfad2ce5f00e2f495b054c4331c62dfc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 26 Aug 2015 21:57:28 +0300 Subject: Move include of sys/select.h to io.c. --- awk.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 1a7dc242..c74c6881 100644 --- a/awk.h +++ b/awk.h @@ -152,10 +152,6 @@ typedef int off_t; #include #endif /* HAVE_STRINGS_H */ -#ifdef HAVE_SYS_SELECT_H -#include -#endif /* HAVE_SYS_SELECT_H */ - #if HAVE_UNISTD_H #include #endif /* HAVE_UNISTD_H */ -- cgit v1.2.3