From a0b207164c6c943adb8b3bf89b375a491b41806a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 14 Dec 2012 17:38:18 +0100 Subject: setup_once.h: refactor inclusion of and Inclusion of top two most included header files now done in setup_once.h --- lib/ssh.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/ssh.c') diff --git a/lib/ssh.c b/lib/ssh.c index 334e4b848..3a9729975 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -33,17 +33,10 @@ #include #include -#ifdef HAVE_UNISTD_H -#include -#endif - #ifdef HAVE_FCNTL_H #include #endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif #ifdef HAVE_NETINET_IN_H #include #endif -- cgit v1.2.3