diff options
Diffstat (limited to 'loginrec.c')
-rw-r--r-- | loginrec.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/loginrec.c b/loginrec.c index 1bf5eeb46..c4e6c4aa9 100644 --- a/loginrec.c +++ b/loginrec.c | |||
@@ -156,21 +156,11 @@ | |||
156 | 156 | ||
157 | #include "includes.h" | 157 | #include "includes.h" |
158 | 158 | ||
159 | #if HAVE_UTMP_H | ||
160 | # include <utmp.h> | ||
161 | #endif | ||
162 | #if HAVE_UTMPX_H | ||
163 | # include <utmpx.h> | ||
164 | #endif | ||
165 | #if HAVE_LASTLOG_H | ||
166 | # include <lastlog.h> | ||
167 | #endif | ||
168 | |||
169 | #include "ssh.h" | 159 | #include "ssh.h" |
170 | #include "xmalloc.h" | 160 | #include "xmalloc.h" |
171 | #include "loginrec.h" | 161 | #include "loginrec.h" |
172 | 162 | ||
173 | RCSID("$Id: loginrec.c,v 1.15 2000/07/09 11:37:49 djm Exp $"); | 163 | RCSID("$Id: loginrec.c,v 1.16 2000/07/09 13:26:28 djm Exp $"); |
174 | 164 | ||
175 | /** | 165 | /** |
176 | ** prototypes for helper functions in this file | 166 | ** prototypes for helper functions in this file |