Remove include for sys/select.h in vim.h #890

- There is no need to include sys/select.h anymore
- Removed HAVE_SYS_SELECT_H from config.h.in
This commit is contained in:
Rui Abreu Ferreira
2014-06-25 21:03:09 +01:00
committed by Justin M. Keyes
parent 7d3666a123
commit 11653ce2d7
2 changed files with 0 additions and 6 deletions

View File

@@ -109,11 +109,6 @@ typedef uint32_t u8char_T;
#include <wctype.h>
#include <stdarg.h>
#if defined(HAVE_SYS_SELECT_H) && \
(!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))
# include <sys/select.h>
#endif
/* ================ end of the header file puzzle =============== */
#ifdef HAVE_WORKING_LIBINTL