summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Events.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-05-24 21:36:18 -0700
committerAdam Jackson <ajax@redhat.com>2016-07-18 15:25:59 -0400
commitaa6717ce213e79735c72afc5ec9cc1f9c0297e09 (patch)
treeceb53a6e6c5eba196f906430a58d44ce516b6f9b /hw/xfree86/common/xf86Events.c
parent81135991a583b3b30a90e82ddc1d5c86d57bf00b (diff)
xfree86: Switch from select(2) to poll(2)
xf86WaitForInput and the xf86 SIGIO handling code. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/common/xf86Events.c')
-rw-r--r--hw/xfree86/common/xf86Events.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Events.c b/hw/xfree86/common/xf86Events.c
index 5db0dfb8e..7b9c33aeb 100644
--- a/hw/xfree86/common/xf86Events.c
+++ b/hw/xfree86/common/xf86Events.c
@@ -54,7 +54,6 @@
#endif
#include <X11/X.h>
-#include <X11/Xpoll.h>
#include <X11/Xproto.h>
#include <X11/Xatom.h>
#include "misc.h"