summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:22:47 +0000
committerdjm <djm>2006-03-15 00:22:47 +0000
commitdb542b5116e22df247fdfcc037e460563025435c (patch)
tree2ae1f8eee70320b3215f3a5cc5d9e343ca9f1955 /includes.h
parent1f7e28e1d3d924b2239477ec19d17c30437ffbeb (diff)
downloadopenssh-db542b5116e22df247fdfcc037e460563025435c.tar.gz
- 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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index bcc3b41f..27792e10 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