chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 12 Feb 2015 13:06:32 +0000 (14:06 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 12 Feb 2015 19:47:38 +0000 (20:47 +0100)
include-what-you-use automatically does this and it makes finding
unnecessary harder to spot. The only content of poll.h is a include
of sys/poll.h so should be harmless.


No differences found