From 9aec91948d134745c29ff63d32d46ac2c367306a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 5 Aug 2006 10:57:45 +1000 Subject: - stevesk@cvs.openbsd.org 2006/07/25 02:59:21 [channels.c clientloop.c packet.c scp.c serverloop.c sftp-client.c] [sftp-server.c ssh-agent.c ssh-keyscan.c sshconnect.c sshd.c] move #include out of includes.h --- includes.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'includes.h') diff --git a/includes.h b/includes.h index 7a7bd817..fc85e677 100644 --- a/includes.h +++ b/includes.h @@ -20,6 +20,7 @@ #define _GNU_SOURCE /* activate extra prototypes for glibc */ +#include #include #include @@ -69,19 +70,12 @@ # include #endif #ifdef HAVE_UTMPX_H -# ifdef HAVE_TV_IN_UTMPX -# include -# endif # include #endif #ifdef HAVE_LASTLOG_H # include #endif -#include -#ifdef HAVE_SYS_TIME_H -# include /* For timersub */ -#endif #ifdef HAVE_SYS_SELECT_H # include #endif -- cgit v1.2.1