Remove unnecessary include. Noticed by jamey.
authorEric Anholt <anholt@FreeBSD.org>
Mon, 10 Apr 2006 02:19:12 +0000 (19:19 -0700)
committerEric Anholt <anholt@FreeBSD.org>
Mon, 10 Apr 2006 02:19:12 +0000 (19:19 -0700)
src/xcb_util.c

index 93e180c..343e21f 100644 (file)
@@ -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>