diff options
author | Damien Miller <djm@mindrot.org> | 2005-11-05 15:03:24 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-11-05 15:03:24 +1100 |
commit | 5434eb2a69eb1b3a30bed5fce1a72f75cd7e2d4a (patch) | |
tree | d6cb9ad180c8e55b50ae6e76ad7fbcc4cae156a5 /gss-serv.c | |
parent | 5e7fd076f517e01cbab0549cbb43245f66c1ac70 (diff) | |
download | openssh-git-5434eb2a69eb1b3a30bed5fce1a72f75cd7e2d4a.tar.gz |
- stevesk@cvs.openbsd.org 2005/10/13 14:03:01
[auth2-gss.c gss-genr.c gss-serv.c]
remove unneeded #includes; ok markus@
Diffstat (limited to 'gss-serv.c')
-rw-r--r-- | gss-serv.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |