From 11653ce2d7789ad1ccf31b37c12589cf1cb7787f Mon Sep 17 00:00:00 2001 From: Rui Abreu Ferreira Date: Wed, 25 Jun 2014 21:03:09 +0100 Subject: 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 --- src/nvim/vim.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/nvim/vim.h') diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 9c8bbe47d8..4f321dc0b6 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -109,11 +109,6 @@ typedef uint32_t u8char_T; #include #include -#if defined(HAVE_SYS_SELECT_H) && \ - (!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME)) -# include -#endif - /* ================ end of the header file puzzle =============== */ #ifdef HAVE_WORKING_LIBINTL -- cgit