summaryrefslogtreecommitdiff
path: root/gss-genr.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-genr.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-genr.c')
-rw-r--r--gss-genr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gss-genr.c b/gss-genr.c
index 9bc31aa2a..2450a370c 100644
--- a/gss-genr.c
+++ b/gss-genr.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: gss-genr.c,v 1.4 2005/07/17 07:17:55 djm Exp $ */ 1/* $OpenBSD: gss-genr.c,v 1.5 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.
@@ -30,9 +30,7 @@
30 30
31#include "xmalloc.h" 31#include "xmalloc.h"
32#include "bufaux.h" 32#include "bufaux.h"
33#include "compat.h"
34#include "log.h" 33#include "log.h"
35#include "monitor_wrap.h"
36#include "ssh2.h" 34#include "ssh2.h"
37 35
38#include "ssh-gss.h" 36#include "ssh-gss.h"