summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 11:02:17 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 11:02:17 +1000
commit8dbffe7904c4e28b7a741064a468f1cd98c0ad81 (patch)
tree1fc1df550e901fce4daf022648e100275fe0ea44 /includes.h
parent9aec91948d134745c29ff63d32d46ac2c367306a (diff)
downloadopenssh-git-8dbffe7904c4e28b7a741064a468f1cd98c0ad81.tar.gz
- stevesk@cvs.openbsd.org 2006/07/26 02:35:17
[atomicio.c auth.c dh.c authfile.c buffer.c clientloop.c kex.c] [groupaccess.c gss-genr.c kexgexs.c misc.c monitor.c monitor_mm.c] [packet.c scp.c serverloop.c session.c sftp-client.c sftp-common.c] [sftp-server.c sftp.c ssh-add.c ssh-agent.c ssh-keygen.c sshlogin.c] [uidswap.c xmalloc.c] move #include <sys/param.h> out of includes.h
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index fc85e677..9dc284a6 100644
--- a/includes.h
+++ b/includes.h
@@ -82,7 +82,6 @@
#ifdef HAVE_SYS_BSDTTY_H
# include <sys/bsdtty.h>
#endif
-#include <sys/param.h> /* For MAXPATHLEN and roundup() */
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif