=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth.h,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- src/usr.bin/ssh/auth.h 2006/08/01 23:22:47 1.56 +++ src/usr.bin/ssh/auth.h 2006/08/03 03:34:41 1.57 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.56 2006/08/01 23:22:47 stevesk Exp $ */ +/* $OpenBSD: auth.h,v 1.57 2006/08/03 03:34:41 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -28,14 +28,10 @@ #ifndef AUTH_H #define AUTH_H -#include +#include #include -#include -#include -#include - #ifdef HAVE_LOGIN_CAP #include #endif @@ -45,9 +41,6 @@ #ifdef KRB5 #include #endif - -#include "key.h" -#include "hostfile.h" typedef struct Authctxt Authctxt; typedef struct Authmethod Authmethod;