=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/gss-serv.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/gss-serv.c 2005/09/19 11:48:10 1.9 +++ src/usr.bin/ssh/gss-serv.c 2005/10/13 14:03:01 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv.c,v 1.9 2005/09/19 11:48:10 djm Exp $ */ +/* $OpenBSD: gss-serv.c,v 1.10 2005/10/13 14:03:01 stevesk Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -29,13 +29,11 @@ #ifdef GSSAPI #include "bufaux.h" -#include "compat.h" #include "auth.h" #include "log.h" #include "channels.h" #include "session.h" #include "servconf.h" -#include "monitor_wrap.h" #include "xmalloc.h" #include "getput.h"