summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 13:53:19 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 13:53:19 +1000
commit2d00e63cb889a3b23b6d443ecb0921e34fb0a934 (patch)
treeee9252e5df2dc555ca9ce1426cf2140c5b103e6f /includes.h
parent939878b95f6448e9933976f920a42f09e7f70fab (diff)
- stevesk@cvs.openbsd.org 2006/07/12 22:42:32
[includes.h ssh.c ssh-rand-helper.c] move #include <stddef.h> out of includes.h
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 7a3396c1..fbd22e9a 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.50 2006/07/12 22:28:51 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.51 2006/07/12 22:42:32 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
-#include <stddef.h>
#ifdef HAVE_LIMITS_H
# include <limits.h> /* For PATH_MAX */