From 049160cce62d02bd3b3f501368fc21eb2ca66dfa Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 10 Apr 2014 15:01:56 +0200 Subject: poll: changed to include instead of This is a very cosmetic change but I think it is good to be standards compliant. The standard defines and not : http://pubs.opengroup.org/onlinepubs/009696799/basedefs/poll.h.html When building against musl libc it silences some annoying cpp warnings like this: ----------------------------------------------------------------------- warning: #warning redirecting incorrect #include to [-Wcpp] ----------------------------------------------------------------------- Signed-off-by: Christian Wiese Signed-off-by: Daniel Borkmann --- ring.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ring.h') diff --git a/ring.h b/ring.h index 55d5e96..9522410 100644 --- a/ring.h +++ b/ring.h @@ -20,7 +20,6 @@ #include #include #include -#include #include "built_in.h" #include "die.h" -- cgit v1.2.3-54-g00ecf