From 7aa46e5966683ecf73cf348de47fbcc062df1ca3 Mon Sep 17 00:00:00 2001 From: jbasney Date: Thu, 4 Mar 2004 21:32:26 +0000 Subject: [PATCH] remove superfluous #includes --- openssh/gss-genr.c | 3 --- openssh/gss-serv.c | 5 ----- 2 files changed, 8 deletions(-) diff --git a/openssh/gss-genr.c b/openssh/gss-genr.c index c65d3c5..dee3812 100644 --- a/openssh/gss-genr.c +++ b/openssh/gss-genr.c @@ -28,14 +28,11 @@ #ifdef GSSAPI -#include "ssh.h" #include "xmalloc.h" #include "buffer.h" #include "bufaux.h" -#include "packet.h" #include "compat.h" #include -#include "cipher.h" #include "kex.h" #include "log.h" #include "monitor_wrap.h" diff --git a/openssh/gss-serv.c b/openssh/gss-serv.c index 748015e..f5bfa03 100644 --- a/openssh/gss-serv.c +++ b/openssh/gss-serv.c @@ -28,20 +28,15 @@ #ifdef GSSAPI -#include "ssh.h" -#include "ssh2.h" #include "buffer.h" #include "bufaux.h" -#include "packet.h" #include "compat.h" #include -#include "cipher.h" #include "kex.h" #include "auth.h" #include "log.h" #include "channels.h" #include "session.h" -#include "dispatch.h" #include "servconf.h" #include "monitor_wrap.h" #include "xmalloc.h" -- 2.45.2