summaryrefslogtreecommitdiff
path: root/auth-rhosts.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:45:56 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:45:56 +0000
commitd96c8b3b56364e2e4c69ea05bfb7dbc55e1d763d (patch)
tree79594cf4acbe690842070efe0b1192564f335f71 /auth-rhosts.c
parent3fb5d00ffdaa93a99466858c667e2721cd2b39cb (diff)
- markus@cvs.openbsd.org 2002/03/04 12:43:06
[auth-passwd.c auth-rh-rsa.c auth-rhosts.c] unused include
Diffstat (limited to 'auth-rhosts.c')
-rw-r--r--auth-rhosts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-rhosts.c b/auth-rhosts.c
index ebbf88f89..bd15261f7 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -14,10 +14,9 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$OpenBSD: auth-rhosts.c,v 1.26 2002/01/29 14:32:03 markus Exp $"); 17RCSID("$OpenBSD: auth-rhosts.c,v 1.27 2002/03/04 12:43:06 markus Exp $");
18 18
19#include "packet.h" 19#include "packet.h"
20#include "xmalloc.h"
21#include "uidswap.h" 20#include "uidswap.h"
22#include "pathnames.h" 21#include "pathnames.h"
23#include "log.h" 22#include "log.h"