commit 7e2bada685397f24d2c80fa1792a43dfec613a0f parent 6e085bb0829b1f701633d571ab6ac3868d7ab681 Author: sin <sin@2f30.org> Date: Tue, 17 May 2016 15:01:24 +0100 Remove unneeded header include sys/types.h is included at the top of the file. Diffstat:
M | spoon.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/spoon.c b/spoon.c @@ -77,7 +77,6 @@ out: } #ifdef __OpenBSD__ -#include <sys/types.h> #include <sys/socket.h> #include <sys/sysctl.h> #include <sys/ioctl.h>