]> andersk Git - gssapi-openssh.git/commitdiff
don't need to include ssh2.h and compat.h twice. (isn't merging fun?)
authorjbasney <jbasney>
Thu, 4 Mar 2004 21:27:04 +0000 (21:27 +0000)
committerjbasney <jbasney>
Thu, 4 Mar 2004 21:27:04 +0000 (21:27 +0000)
openssh/gss-genr.c

index 7c68741d43a6037fcf5f039786b936e2e6921ef6..c65d3c54afc4fe9475bf123e17e87a95e31601e9 100644 (file)
@@ -29,7 +29,6 @@
 #ifdef GSSAPI
 
 #include "ssh.h"
-#include "ssh2.h"
 #include "xmalloc.h"
 #include "buffer.h"
 #include "bufaux.h"
@@ -39,7 +38,6 @@
 #include "cipher.h"
 #include "kex.h"
 #include "log.h"
-#include "compat.h"
 #include "monitor_wrap.h"
 #include "canohost.h"
 #include "ssh2.h"
This page took 0.278348 seconds and 5 git commands to generate.