From 896c1da7da82e2dab6957bc0ce0327176735b631 Mon Sep 17 00:00:00 2001 From: guenther Date: Thu, 26 Apr 2018 12:42:51 +0000 Subject: [PATCH] Use instead of for open() and friends. Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@ --- client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.c b/client.c index aa6b596f..7e8bd734 100644 --- a/client.c +++ b/client.c @@ -17,9 +17,7 @@ */ #include -#include #include -#include #include #include