diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 01:22:47 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 01:22:47 +0100 |
commit | cd4223c24503346477bc7d50249e569ae8ef97ae (patch) | |
tree | 92661fc09aab1099b0880dc644fbd8051a07f0d4 /includes.h | |
parent | - stevesk@cvs.openbsd.org 2006/02/08 14:16:59 (diff) | |
download | openssh-cd4223c24503346477bc7d50249e569ae8ef97ae.tar.xz openssh-cd4223c24503346477bc7d50249e569ae8ef97ae.zip |
- stevesk@cvs.openbsd.org 2006/02/08 14:31:30
[includes.h ssh-agent.c ssh-keyscan.c ssh.c]
move #include <sys/resource.h> out of includes.h; ok markus@
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h index bcc3b41f2..27792e10a 100644 --- a/includes.h +++ b/includes.h @@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.27 2006/02/08 12:32:49 stevesk Exp $ */ +/* $OpenBSD: includes.h,v 1.28 2006/02/08 14:31:30 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -98,7 +98,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #ifdef HAVE_SYS_TIME_H # include <sys/time.h> /* For timersub */ #endif -#include <sys/resource.h> #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif |