summaryrefslogtreecommitdiff
path: root/src/if_xcmdsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_xcmdsrv.c')
-rw-r--r--src/if_xcmdsrv.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c
index 4b291399d..5412b35d4 100644
--- a/src/if_xcmdsrv.c
+++ b/src/if_xcmdsrv.c
@@ -21,21 +21,6 @@
# include <X11/Xatom.h>
# endif
-# if defined(HAVE_SYS_SELECT_H) && \
- (!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))
-# include <sys/select.h>
-# endif
-
-# ifndef HAVE_SELECT
-# ifdef HAVE_SYS_POLL_H
-# include <sys/poll.h>
-# else
-# ifdef HAVE_POLL_H
-# include <poll.h>
-# endif
-# endif
-# endif
-
/*
* This file provides procedures that implement the command server
* functionality of Vim when in contact with an X11 server.