]> andersk Git - gssapi-openssh.git/commitdiff
remove superfluous #includes OPENSSH_3_8P1_GSSAPI_20040304
authorjbasney <jbasney>
Thu, 4 Mar 2004 21:32:26 +0000 (21:32 +0000)
committerjbasney <jbasney>
Thu, 4 Mar 2004 21:32:26 +0000 (21:32 +0000)
openssh/gss-genr.c
openssh/gss-serv.c

index c65d3c54afc4fe9475bf123e17e87a95e31601e9..dee38125223c28ae465d2359d90230f5f554a5cb 100644 (file)
 
 #ifdef GSSAPI
 
-#include "ssh.h"
 #include "xmalloc.h"
 #include "buffer.h"
 #include "bufaux.h"
-#include "packet.h"
 #include "compat.h"
 #include <openssl/evp.h>
-#include "cipher.h"
 #include "kex.h"
 #include "log.h"
 #include "monitor_wrap.h"
index 748015e915c6f739b1650697d821b5295f327d91..f5bfa03f3108b25bc3441935ff0a2dcb467aa883 100644 (file)
 
 #ifdef GSSAPI
 
-#include "ssh.h"
-#include "ssh2.h"
 #include "buffer.h"
 #include "bufaux.h"
-#include "packet.h"
 #include "compat.h"
 #include <openssl/evp.h>
-#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"
This page took 1.36668 seconds and 5 git commands to generate.