diff options
author | Tim Rice <tim@multitalents.net> | 2018-08-21 17:57:24 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2018-08-21 17:57:24 +0200 |
commit | bc44ee088ad269d232e514f037c87ada4c2fd3f0 (patch) | |
tree | 30c1d38dd2ba3070dfd011c09aa27591ca3cfc7e /openbsd-compat/port-uw.c | |
parent | Missing unistd.h for regress/mkdtemp.c (diff) | |
download | openssh-bc44ee088ad269d232e514f037c87ada4c2fd3f0.tar.xz openssh-bc44ee088ad269d232e514f037c87ada4c2fd3f0.zip |
modified: openbsd-compat/port-uw.c
remove obsolete and un-needed include
Diffstat (limited to 'openbsd-compat/port-uw.c')
-rw-r--r-- | openbsd-compat/port-uw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/port-uw.c b/openbsd-compat/port-uw.c index 10dfb9f1c..9edb1b481 100644 --- a/openbsd-compat/port-uw.c +++ b/openbsd-compat/port-uw.c @@ -38,7 +38,6 @@ #include "xmalloc.h" #include "packet.h" -#include "key.h" #include "auth-options.h" #include "log.h" #include "misc.h" /* servconf.h needs misc.h for struct ForwardOptions */ |