summaryrefslogtreecommitdiff
path: root/gss-serv.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 /gss-serv.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 'gss-serv.c')
-rw-r--r--gss-serv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gss-serv.c b/gss-serv.c
index eeec286bd..2866f5974 100644
--- a/gss-serv.c
+++ b/gss-serv.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: gss-serv.c,v 1.9 2005/09/19 11:48:10 djm Exp $ */ 1/* $OpenBSD: gss-serv.c,v 1.10 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.
@@ -29,13 +29,11 @@
29#ifdef GSSAPI 29#ifdef GSSAPI
30 30
31#include "bufaux.h" 31#include "bufaux.h"
32#include "compat.h"
33#include "auth.h" 32#include "auth.h"
34#include "log.h" 33#include "log.h"
35#include "channels.h" 34#include "channels.h"
36#include "session.h" 35#include "session.h"
37#include "servconf.h" 36#include "servconf.h"
38#include "monitor_wrap.h"
39#include "xmalloc.h" 37#include "xmalloc.h"
40#include "getput.h" 38#include "getput.h"
41 39