Code

unixsock plugin: Don't include <sys/poll.h> since it's not used.
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 10 May 2007 07:50:50 +0000 (09:50 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 10 May 2007 07:50:50 +0000 (09:50 +0200)
src/unixsock.c

index ac7828fe7fc318b641c9729e057723dc528c5876..19eaecbfc5cc85d1702f5b390e4daeb9c0aa89ba 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <sys/socket.h>
 #include <sys/un.h>
-#include <sys/poll.h>
 
 #include <grp.h>