summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/gss-serv.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2005-10-13 14:03:01 +0000
committerstevesk <stevesk@openbsd.org>2005-10-13 14:03:01 +0000
commit0c1626eb9bccd8ef90134f5017366e96f36922ad (patch)
treed04d2f2f03340418806ad862f8e562dfd3b7f584 /usr.bin/ssh/gss-serv.c
parentunused parameters (diff)
downloadwireguard-openbsd-0c1626eb9bccd8ef90134f5017366e96f36922ad.tar.xz
wireguard-openbsd-0c1626eb9bccd8ef90134f5017366e96f36922ad.zip
remove unneeded #includes; ok markus@
Diffstat (limited to 'usr.bin/ssh/gss-serv.c')
-rw-r--r--usr.bin/ssh/gss-serv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/gss-serv.c b/usr.bin/ssh/gss-serv.c
index eeec286bdb0..2866f597466 100644
--- a/usr.bin/ssh/gss-serv.c
+++ b/usr.bin/ssh/gss-serv.c
@@ -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"