summaryrefslogtreecommitdiff
path: root/auth2-gss.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 15:03:24 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 15:03:24 +1100
commit5434eb2a69eb1b3a30bed5fce1a72f75cd7e2d4a (patch)
treed6cb9ad180c8e55b50ae6e76ad7fbcc4cae156a5 /auth2-gss.c
parent5e7fd076f517e01cbab0549cbb43245f66c1ac70 (diff)
- 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 'auth2-gss.c')
-rw-r--r--auth2-gss.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth2-gss.c b/auth2-gss.c
index 4d468a0e8..533649e7e 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth2-gss.c,v 1.10 2005/07/17 07:17:54 djm Exp $ */ 1/* $OpenBSD: auth2-gss.c,v 1.11 2005/10/13 14:03:01 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. 4 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -34,7 +34,6 @@
34#include "log.h" 34#include "log.h"
35#include "dispatch.h" 35#include "dispatch.h"
36#include "servconf.h" 36#include "servconf.h"
37#include "compat.h"
38#include "packet.h" 37#include "packet.h"
39#include "monitor_wrap.h" 38#include "monitor_wrap.h"
40 39