summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-04-09 19:19:12 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-04-09 19:19:12 -0700
commit66a88ed0e556ca869ddc9df5a35e3d6446d12b02 (patch)
tree5d0403e4dd5b143b7eda97996592db84809752f1
parentfc577b81bfeb79bb78ee529278ed52d59d489f89 (diff)
Remove unnecessary include. Noticed by jamey.
-rw-r--r--src/xcb_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xcb_util.c b/src/xcb_util.c
index 93e180c..343e21f 100644
--- a/src/xcb_util.c
+++ b/src/xcb_util.c
@@ -27,7 +27,6 @@
#include <assert.h>
#include <sys/types.h>
-#include <sys/select.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>